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
|
echo 'secrets are crypted' >&2
|
||||||
exit 23
|
exit 23
|
||||||
else
|
else
|
||||||
exec nix-shell -I stockholm="$PWD" --run 'deploy --system="$SYSTEM"'
|
exec nix-shell -I stockholm="$PWD" --run 'deploy --diff --system="$SYSTEM"'
|
||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
predeploy = pkgs.writeDash "predeploy" ''
|
predeploy = pkgs.writeDash "predeploy" ''
|
||||||
|
Loading…
Reference in New Issue
Block a user