aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--nixops/Makefile3
2 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 26dd47e..6a039bd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
1subrecipes = setup 1subrecipes = setup
2subrecipes += nixops ssh-eldiron info debug dry-run build upload deploy deploy-reboot reboot 2subrecipes += nixops ssh-eldiron ssh-backup-2 info debug dry-run build upload deploy deploy-reboot reboot
3subrecipes += list-generations delete-generations cleanup 3subrecipes += list-generations delete-generations cleanup
4subrecipes += pull pull_environment pull_deployment deployment_is_set push push_deployment push_environment 4subrecipes += pull pull_environment pull_deployment deployment_is_set push push_deployment push_environment
5${subrecipes}: 5${subrecipes}:
diff --git a/nixops/Makefile b/nixops/Makefile
index edbe7c7..fb55029 100644
--- a/nixops/Makefile
+++ b/nixops/Makefile
@@ -33,6 +33,9 @@ SSH_ARGS ?=
33ssh-eldiron: 33ssh-eldiron:
34 $(NIXOPS_PRIV) ssh eldiron -- $(SSH_ARGS) 34 $(NIXOPS_PRIV) ssh eldiron -- $(SSH_ARGS)
35 35
36ssh-backup-2:
37 $(NIXOPS_PRIV) ssh backup-2 -- $(SSH_ARGS)
38
36info: 39info:
37 $(NIXOPS_PRIV) list 40 $(NIXOPS_PRIV) list
38 $(NIXOPS_PRIV) info 41 $(NIXOPS_PRIV) info