aboutsummaryrefslogtreecommitdiff
path: root/nixops
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-03-25 11:57:48 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-04-03 16:25:07 +0200
commit5400b9b6f65451d41a9106fae6fc00f97d83f4ef (patch)
tree6ed072da7b1f17ac3994ffea052aa0c0822f8446 /nixops
parent441da8aac378f401625e82caf281fa0e26128310 (diff)
downloadNix-5400b9b6f65451d41a9106fae6fc00f97d83f4ef.tar.gz
Nix-5400b9b6f65451d41a9106fae6fc00f97d83f4ef.tar.zst
Nix-5400b9b6f65451d41a9106fae6fc00f97d83f4ef.zip
Upgrade nixos
Diffstat (limited to 'nixops')
-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