From 075d5930b0fc1148b98a11fcb66d95cb4e758f94 Mon Sep 17 00:00:00 2001 From: Stephen Enders Date: Tue, 22 Jan 2019 01:30:29 -0500 Subject: add push to deploy --- deploy.sh | 3 +++ 1 file changed, 3 insertions(+) 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!" -- cgit v1.2.3-54-g00ecf