This commit is contained in:
parent
177cca2c53
commit
86a3ffc42d
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ writeShellApplication {
|
||||||
meta.description = "Deploy configuration to specificed targets.";
|
meta.description = "Deploy configuration to specificed targets.";
|
||||||
runtimeInputs = [ deploy-rs ];
|
runtimeInputs = [ deploy-rs ];
|
||||||
text = ''
|
text = ''
|
||||||
deploy --interactive --targets "''${@:-${flakeSelf}}"
|
deploy --remote-build --skip-checks --interactive --targets "''${@:-${flakeSelf}}"
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue