Browse Source

update

main
Tristan 6 years ago
parent
commit
6d1f2f455b
  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://git.heroku.com/lit-journey-11530.git HEAD:master
command: git push https://heroku:669941d0-3de2-46a9-b004-9db8b9dc97fb@git.heroku.com/lit-journey-11530.git HEAD:master
- run: - run:
name: Smoke Test name: Smoke Test
command: ./test_heroku.sh command: ./test_heroku.sh

Loading…
Cancel
Save