Add push to deployscript

This commit is contained in:
Tim Schubert 2020-12-31 18:52:58 +01:00
parent 2095c51d7b
commit 0b64373718
No known key found for this signature in database
GPG key ID: 99658A3EB5CD7C13

2
deploy
View file

@ -9,6 +9,8 @@ then
exit 1
fi
git push
function hash {
archive="$(mktemp /tmp/nix-config.XXX.tar.gz)"
git archive "$1" | gzip > "$archive"