document deploy commands

This commit is contained in:
Jörg Thalheim 2021-03-20 06:17:29 +01:00
parent 0dbc991a1d
commit 4fbb4f0437
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

View file

@ -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
```