Browse Source

rollback variable heruko api key

main
guidezSeb 6 years ago
parent
commit
59358e00a9
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -100,7 +100,7 @@ jobs:
- checkout - checkout
- run: - run:
name: Heroku Deploy name: Heroku Deploy
command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/calm-island-54504.git HEAD:main
command: git push https://heroku:0c182b29-a735-49f6-a653-913f906d3a39@git.heroku.com/calm-island-54504.git HEAD:main
- run: - run:
name: Smoke Test name: Smoke Test
command: ./heroku_test_dep.sh command: ./heroku_test_dep.sh

Loading…
Cancel
Save