Skip to content
This repository was archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Merge pull request #4202 from gratipay/release-deploy
Browse files Browse the repository at this point in the history
Rename release.sh to deploy.sh
  • Loading branch information
kaguillera authored Nov 24, 2016
2 parents 3d89771 + cce3b48 commit 6379e68
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions release.sh → deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ require () {
# Check that we have the required tools
require heroku
require git
require curl


# Make sure we have the latest master
Expand Down Expand Up @@ -100,6 +101,10 @@ git push --force heroku master
rm -f sql/branch.sql


# Provide visual confirmation of deployment.
curl https://gratipay.com/version.txt


# Push to GitHub
git push
git push --tags
Expand Down

0 comments on commit 6379e68

Please sign in to comment.