deploy: exit when we are done

This commit is contained in:
Aaron Bieber 2024-10-31 08:20:57 -06:00
parent cc7c956a09
commit bb6d0fbd88
No known key found for this signature in database

View File

@ -71,6 +71,7 @@ if [ "$1" = "update" ]; then
nix flake update --commit-lock-file
fi
nix flake archive
exit $?
fi
if [ "$1" = "diff" ]; then