Browse Source

env name à la place des valeurs en dur

main
Gianni Giudice 6 years ago
parent
commit
a59b0ecf76
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -101,7 +101,7 @@ jobs:
- checkout - checkout
- run: - run:
name: Heroku Deploy name: Heroku Deploy
command: git push https://heroku:900f5ff9-6b73-4d45-ab2e-d16b6268d231@git.heroku.com/morning-mountain-84049.git HEAD: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

Loading…
Cancel
Save