aboutsummaryrefslogtreecommitdiff
path: root/nixops
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-04-09 17:54:17 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-04-09 17:59:32 +0200
commitb639cc33725fed62988b616909843bea7f7aebe3 (patch)
tree8735eb30b8cea59c44cb839299eda061e5714b04 /nixops
parent01c4c5a4f6314cbebf65ce68bc941efb0e4c6aa5 (diff)
downloadNix-b639cc33725fed62988b616909843bea7f7aebe3.tar.gz
Nix-b639cc33725fed62988b616909843bea7f7aebe3.tar.zst
Nix-b639cc33725fed62988b616909843bea7f7aebe3.zip
Upgrade peertube to latest version
Diffstat (limited to 'nixops')
-rw-r--r--nixops/Makefile2
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
57build: 57build:
58 $(NIXOPS_PRIV) deploy --build-only --keep-going 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