summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdeploy.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh
index d9773df..7f96208 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -48,5 +48,8 @@ echo "Deployed!"
echo "Committing deploy"
git commit -am "Deployed: $DATE"
git tag -a $DATE_TAG -m "Deployed to s3 on $DATE"
+
+echo "Pushing to git"
+git push origin master --tags
echo "Done!"