diff --git a/deploy.sh b/deploy.sh index 0653649..d8229b0 100755 --- a/deploy.sh +++ b/deploy.sh @@ -2,7 +2,7 @@ set -x -git commit -m "$1" && git push +git commit -m "$1"; git push git tag -f latest && git push -f --tags cd $HOME/ark