aboutsummaryrefslogtreecommitdiff
path: root/nixops/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nixops/Makefile')
-rw-r--r--nixops/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixops/Makefile b/nixops/Makefile
index d8268cc..8caf8b1 100644
--- a/nixops/Makefile
+++ b/nixops/Makefile
@@ -55,10 +55,10 @@ dry-run:
55 $(NIXOPS_PRIV) deploy --dry-run 55 $(NIXOPS_PRIV) deploy --dry-run
56 56
57build: 57build:
58 $(NIXOPS_PRIV) deploy --build-only 58 $(NIXOPS_PRIV) deploy --build-only --max-jobs 1
59 59
60upload: 60upload:
61 $(NIXOPS_PRIV) deploy --copy-only 61 $(NIXOPS_PRIV) deploy --copy-only --max-concurrent-copy 1
62 62
63deploy: 63deploy:
64 $(NIXOPS_PRIV) deploy 64 $(NIXOPS_PRIV) deploy