Browse Source

Updated config.yml

main
Adrien-Ba 5 years ago
parent
commit
f48c89bd62
  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 https://heroku:19f982bf-2f59-4708-a7f4-3b471dab997e@git.heroku.com/ancient-wildwood-44370.git HEAD:main
command: git push https://heroku:$HEROKU_KEY@git.heroku.com/ancient-wildwood-44370.git HEAD:main
- run: - run:
name: Smoke Test name: Smoke Test
command: | command: |

Loading…
Cancel
Save