Skip to content

Commit

Permalink
Added git fetch to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
jessamynsmith committed May 10, 2015
1 parent ca5c72a commit 2776193
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/deploy_to_heroku.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ DEPLOY_DATE="$DEPLOY_DATE" \

if [ $CIRCLE ]
then
git fetch origin --unshallow
git push git@heroku.com:socialjusticebingo.git $CIRCLE_SHA1:refs/heads/master
else
git push heroku master
Expand Down

0 comments on commit 2776193

Please sign in to comment.