Skip to content

Commit

Permalink
Update deploy doc
Browse files Browse the repository at this point in the history
Signed-off-by: macdonst <[email protected]>
  • Loading branch information
macdonst committed May 21, 2024
1 parent 9f15e40 commit 0a0c289
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions app/docs/md/deployment/begin.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ title: Begin

Install the Begin CLI by opening your terminal and entering the following command:

- Mac, Linux: `curl -sS https://dl.begin.com/install.sh | sh`
- Then follow the printed instructions to add Begin to your `$PATH`.
- Windows: `iwr https://dl.begin.com/install.ps1 -useb | iex`
```bash
npm i --global @begin/deploy
```

### Generate a new project

Expand Down Expand Up @@ -54,18 +54,24 @@ Create a real HTML form for CRUDL (create, read, update, destroy, and list) back
npx enhance generate scaffold Cat name:string birthday:date email:email
```

### Deploy
### Log in

<doc-callout level="caution" mark="🛠️">
Create a Begin account by running the following command in your terminal, then following the instructions to authorize with GitHub.

The new version of Begin is under active development and not yet generally available.
Account registration and `deploy` features will not work.
In the meantime, you can still use the `begin` CLI, `dev` Sandbox, and generators.
```bash
npx begin login
```

Sign up for early access at [Begin.com](https://begin.com).
### Deploy

</doc-callout>
Time to ship your brand new project to a fresh environment!

```bash
begin deploy
npx begin deploy
```

<doc-callout level="info" mark="📖">

Read more about how automating releases via [GitHub Actions](https://begin.com/deploy/docs/getting-started/github-actions).

</doc-callout>

0 comments on commit 0a0c289

Please sign in to comment.