diff options
Diffstat (limited to 'nixops/Makefile')
-rw-r--r-- | nixops/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nixops/Makefile b/nixops/Makefile index 8caf8b1..3cbf50b 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 | ||
57 | build: | 57 | build: |
58 | $(NIXOPS_PRIV) deploy --build-only --max-jobs 1 | 58 | $(NIXOPS_PRIV) deploy --build-only --keep-going |
59 | 59 | ||
60 | upload: | 60 | upload: |
61 | $(NIXOPS_PRIV) deploy --copy-only --max-concurrent-copy 1 | 61 | $(NIXOPS_PRIV) deploy --copy-only |
62 | 62 | ||
63 | deploy: | 63 | deploy: |
64 | $(NIXOPS_PRIV) deploy | 64 | $(NIXOPS_PRIV) deploy |