aboutsummaryrefslogtreecommitdiff
path: root/nixops/Makefile
diff options
context:
space:
mode:
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 cefd677..27d8d95 100644
--- a/nixops/Makefile
+++ b/nixops/Makefile
@@ -40,6 +40,9 @@ ssh-backup-2:
40ssh-monitoring-1: 40ssh-monitoring-1:
41 ./scripts/with_env bash -c 'ssh -i $$SSH_IDENTITY_FILE root@monitoring-1 $(SSH_ARGS)' 41 ./scripts/with_env bash -c 'ssh -i $$SSH_IDENTITY_FILE root@monitoring-1 $(SSH_ARGS)'
42 42
43ssh-4c:
44 ./scripts/with_env bash -c 'ssh -i $$SSH_IDENTITY_FILE root@quatresaisons $(SSH_ARGS)'
45
43debug: 46debug:
44 ./scripts/with_env morph build --show-trace default.nix $(MORPH_ARGS) 47 ./scripts/with_env morph build --show-trace default.nix $(MORPH_ARGS)
45 48