Browse Source

🐛 git error heroku

main
guidezSeb 6 years ago
parent
commit
12a4a835cd
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

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

Loading…
Cancel
Save