diff options
author | Stephen Enders <senders@spotify.com> | 2019-01-22 01:30:29 -0500 |
---|---|---|
committer | Stephen Enders <senders@spotify.com> | 2019-01-22 01:30:29 -0500 |
commit | 075d5930b0fc1148b98a11fcb66d95cb4e758f94 (patch) | |
tree | c2d9fdd675e93f7145cfdda299982041f05e85d4 /deploy.sh | |
parent | bb11c345c7546d84a7c8b72799eb2d4a70ad6fb6 (diff) |
add push to deploy
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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!" |