Skip to content

Commit

Permalink
docs: update SSH key gen step
Browse files Browse the repository at this point in the history
  • Loading branch information
locmai committed Dec 9, 2023
1 parent 352d05b commit 7378313
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/getting-started/production/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ make tools
nix-shell
```

Generate a new SSH key if you didn't have one yet and keep it safe:

```
make init
```

Once all things is configured, a single command will deploy everything from the ground up.

```
Expand Down

0 comments on commit 7378313

Please sign in to comment.