deploy: exit when we are done
This commit is contained in:
parent
cc7c956a09
commit
bb6d0fbd88
@ -71,6 +71,7 @@ if [ "$1" = "update" ]; then
|
||||
nix flake update --commit-lock-file
|
||||
fi
|
||||
nix flake archive
|
||||
exit $?
|
||||
fi
|
||||
|
||||
if [ "$1" = "diff" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user