Add push to deployscript
This commit is contained in:
parent
2095c51d7b
commit
0b64373718
1 changed files with 2 additions and 0 deletions
2
deploy
2
deploy
|
@ -9,6 +9,8 @@ then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
git push
|
||||||
|
|
||||||
function hash {
|
function hash {
|
||||||
archive="$(mktemp /tmp/nix-config.XXX.tar.gz)"
|
archive="$(mktemp /tmp/nix-config.XXX.tar.gz)"
|
||||||
git archive "$1" | gzip > "$archive"
|
git archive "$1" | gzip > "$archive"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue