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

Commit

Permalink
Merge pull request #4206 from gratipay/tweak-deploy-confirmation
Browse files Browse the repository at this point in the history
Tweak deploy confirmation
  • Loading branch information
clone1018 authored Nov 25, 2016
2 parents c1f3cef + fa83887 commit 5873992
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ heroku config -s -a gratipay | ./env/bin/honcho run -e /dev/stdin \


# Sync the translations
echo "Syncing translations..."
echo "Syncing translations ..."
if [ ! -e .transifexrc -a ! -e ~/.transifexrc ]; then
heroku config -s -a gratipay | ./env/bin/honcho run -e /dev/stdin make transifexrc
fi
Expand Down Expand Up @@ -101,10 +101,6 @@ 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 All @@ -117,3 +113,8 @@ if [[ $run_sql ]]; then
exit 1
fi
fi


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

0 comments on commit 5873992

Please sign in to comment.