From 1618010c141571c4d9a3fa9d340d009620c4520f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Fri, 26 Apr 2019 01:48:46 +0200 Subject: [PATCH] Add reboot recipe in Makefile --- nixops/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixops/Makefile b/nixops/Makefile index 1d76a9c..cce57ff 100644 --- a/nixops/Makefile +++ b/nixops/Makefile @@ -23,6 +23,9 @@ upload: deploy: ./scripts/nixops_wrap deploy +reboot: + ./scripts/nixops_wrap reboot --include=eldiron + push: ./scripts/push_deployment ./scripts/push_environment -- 2.41.0