Browse Source

💚 Fix git push branch

main
Galimede 6 years ago
parent
commit
c354aa9ddc
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -49,10 +49,10 @@ jobs:
steps:
- checkout
- run:
name: Deploy to heroku
name: Deploy main to heroku
command: |
git config --global push.default matching
git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.herokuapp.com
git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git main
- run:
name: Smoke test
command: |

Loading…
Cancel
Save