aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nixops/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixops/Makefile b/nixops/Makefile
index 1d76a9c..cce57ff 100644
--- a/nixops/Makefile
+++ b/nixops/Makefile
@@ -23,6 +23,9 @@ upload:
23deploy: 23deploy:
24 ./scripts/nixops_wrap deploy 24 ./scripts/nixops_wrap deploy
25 25
26reboot:
27 ./scripts/nixops_wrap reboot --include=eldiron
28
26push: 29push:
27 ./scripts/push_deployment 30 ./scripts/push_deployment
28 ./scripts/push_environment 31 ./scripts/push_environment