document deploy commands
This commit is contained in:
parent
0dbc991a1d
commit
4fbb4f0437
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -76,3 +76,15 @@ Thanks to Cachix for sponsoring our binary cache!
|
|||
* ./terraform - Setup DNS
|
||||
* ./users - NixOS configuration of our admins
|
||||
|
||||
## Deployment commands:
|
||||
|
||||
```console
|
||||
$ ./deploy
|
||||
```
|
||||
|
||||
If you want to reboot a machine, use the following
|
||||
command to also deploy secrets afterwards:
|
||||
|
||||
```console
|
||||
$ ./deploy --force-reboot --include build02
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue