deploy-rs can deploy multiple targets with --targets
This commit is contained in:
@@ -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}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user