l deploy: run with --diff
This commit is contained in:
parent
b4fb85aa44
commit
01e608ac6b
@ -179,7 +179,7 @@ with import <stockholm/lib>;
|
||||
echo 'secrets are crypted' >&2
|
||||
exit 23
|
||||
else
|
||||
exec nix-shell -I stockholm="$PWD" --run 'deploy --system="$SYSTEM"'
|
||||
exec nix-shell -I stockholm="$PWD" --run 'deploy --diff --system="$SYSTEM"'
|
||||
fi
|
||||
'';
|
||||
predeploy = pkgs.writeDash "predeploy" ''
|
||||
|
Loading…
Reference in New Issue
Block a user