summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorStephen Enders <senders@spotify.com>2019-01-22 01:30:29 -0500
committerStephen Enders <senders@spotify.com>2019-01-22 01:30:29 -0500
commit075d5930b0fc1148b98a11fcb66d95cb4e758f94 (patch)
treec2d9fdd675e93f7145cfdda299982041f05e85d4 /deploy.sh
parentbb11c345c7546d84a7c8b72799eb2d4a70ad6fb6 (diff)
add push to deploy
Diffstat (limited to 'deploy.sh')
-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!"