Add flags to deploy-qois
All checks were successful
CI / build (push) Successful in 1m38s

This commit is contained in:
Fabian Hauser 2025-03-31 15:02:18 +03:00
parent 177cca2c53
commit 86a3ffc42d

View file

@ -9,6 +9,6 @@ writeShellApplication {
meta.description = "Deploy configuration to specificed targets.";
runtimeInputs = [ deploy-rs ];
text = ''
deploy --interactive --targets "''${@:-${flakeSelf}}"
deploy --remote-build --skip-checks --interactive --targets "''${@:-${flakeSelf}}"
'';
}