From 4fbb4f04372c1a4a10020a58e76d686ad7636b62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= <joerg@thalheim.io> Date: Sat, 20 Mar 2021 06:17:29 +0100 Subject: [PATCH] document deploy commands --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index e4369b4..4e7aefa 100644 --- a/README.md +++ b/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 +```