Skip to content

Commit

Permalink
Add env vars for debugging Heroku deploy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
julianguyen committed Jan 28, 2020
1 parent 255be34 commit 378a1cb
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 @@ -122,7 +122,7 @@ jobs:
- run:
name: Deploy Master to Heroku
command: |
git push https://heroku:$HEROKU_API_KEY@git.heroku.com/ifme.git master
GIT_CURL_VERBOSE=1 GIT_TRACE=1 git push https://heroku:$HEROKU_API_KEY@git.heroku.com/ifme.git master
deploy-storybook:
<<: *defaults
steps:
Expand Down

0 comments on commit 378a1cb

Please sign in to comment.