Browse Source

🔧 modif config.yml

main
Tristan 6 years ago
parent
commit
1996e0776d
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -50,7 +50,7 @@ jobs:
- checkout
- run:
name: Deploy main to heroku
command:
command: |
git config --global push.default matching
git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git main
- run:

Loading…
Cancel
Save