diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-09 17:54:17 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-09 17:59:32 +0200 |
commit | b639cc33725fed62988b616909843bea7f7aebe3 (patch) | |
tree | 8735eb30b8cea59c44cb839299eda061e5714b04 /nixops | |
parent | 01c4c5a4f6314cbebf65ce68bc941efb0e4c6aa5 (diff) | |
download | Nix-b639cc33725fed62988b616909843bea7f7aebe3.tar.gz Nix-b639cc33725fed62988b616909843bea7f7aebe3.tar.zst Nix-b639cc33725fed62988b616909843bea7f7aebe3.zip |
Upgrade peertube to latest version
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 |