aboutsummaryrefslogtreecommitdiff
path: root/nixops/Makefile
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-04-26 01:48:46 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-04-26 01:48:46 +0200
commit1618010c141571c4d9a3fa9d340d009620c4520f (patch)
treef92a540505a032af023db468b54595c860b18314 /nixops/Makefile
parent362d300efa5bca3bb06e525180a4f0158579fd75 (diff)
downloadNix-1618010c141571c4d9a3fa9d340d009620c4520f.tar.gz
Nix-1618010c141571c4d9a3fa9d340d009620c4520f.tar.zst
Nix-1618010c141571c4d9a3fa9d340d009620c4520f.zip
Add reboot recipe in Makefile
Diffstat (limited to 'nixops/Makefile')
-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