Browse Source

fix: add heroku api key deployement

main
Anatole-DC 5 years ago
parent
commit
7ad7eb4766
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -107,7 +107,7 @@ jobs:
- checkout - checkout
- run: - run:
name: Heroku Deploy name: Heroku Deploy
command: git push heroku main
command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD:main
- run: - run:
name: Smoke Test name: Smoke Test
command: | command: |

Loading…
Cancel
Save