rework: fix all vulnerabilities
runner nix smoke / nix label and flake smoke (push) Failing after 7s
runner nix smoke / nix label and flake smoke (push) Failing after 7s
This commit is contained in:
@@ -8,6 +8,7 @@ let
|
||||
|
||||
deploy = hectic.writeShellApplication {
|
||||
inherit shell bashOptions;
|
||||
excludeShellChecks = [ "SC1091" "SC2034" ];
|
||||
name = "deploy";
|
||||
runtimeInputs = [
|
||||
ssh-to-age
|
||||
@@ -15,7 +16,7 @@ let
|
||||
];
|
||||
|
||||
text = ''
|
||||
${builtins.readFile hectic.helpers.posix-shell.log}
|
||||
. ${hectic.helpers.posix-shell.log}/bin/log.sh
|
||||
${builtins.readFile ./deploy.sh}
|
||||
'';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user