diff options
Diffstat (limited to 'nixops')
-rw-r--r-- | nixops/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixops/Makefile b/nixops/Makefile index 3cbf50b..e52e973 100644 --- a/nixops/Makefile +++ b/nixops/Makefile | |||
@@ -55,7 +55,7 @@ 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 --keep-going | 58 | $(NIXOPS_PRIV) deploy --build-only --max-jobs 1 |
59 | 59 | ||
60 | upload: | 60 | upload: |
61 | $(NIXOPS_PRIV) deploy --copy-only | 61 | $(NIXOPS_PRIV) deploy --copy-only |