deploy-rs can deploy multiple targets with --targets
This commit is contained in:
parent
4f5ab6a6e7
commit
ef050725c1
@ -64,7 +64,7 @@
|
|||||||
exec ${pkgs.nix}/bin/nix run .#deploy-rs -- \
|
exec ${pkgs.nix}/bin/nix run .#deploy-rs -- \
|
||||||
--ssh-opts="-i ''${CREDENTIALS_DIRECTORY}/ssh-key" \
|
--ssh-opts="-i ''${CREDENTIALS_DIRECTORY}/ssh-key" \
|
||||||
--ssh-user=deployerbot-follower \
|
--ssh-user=deployerbot-follower \
|
||||||
${deployDerivationsStr}
|
--targets ${deployDerivationsStr}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user