Browse Source

var env

main
Tristan 6 years ago
parent
commit
b85b48cd8f
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -101,7 +101,7 @@ jobs:
- checkout
- run:
name: Heroku Deploy
command: git push https://heroku:669941d0-3de2-46a9-b004-9db8b9dc97fb@git.heroku.com/lit-journey-11530.git HEAD:master
command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD:master
- run:
name: Smoke Test
command: ./test_heroku.sh

Loading…
Cancel
Save