Skip to content

Commit

Permalink
Push to heroku master on production deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
tmecklem committed Sep 6, 2019
1 parent 9af352f commit 27c932d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- run:
name: Deploy Master to Heroku
command: |
git push https://heroku:[email protected]/$HEROKU_PRODUCTION_APP_NAME.git $CIRCLE_TAG
git push https://heroku:[email protected]/$HEROKU_PRODUCTION_APP_NAME.git $CIRCLE_TAG:master
Expand Down

0 comments on commit 27c932d

Please sign in to comment.