diff --git a/.circleci/config.yml b/.circleci/config.yml index ef4bd9c..a282288 100644 --- a/.circleci/config.yml +++ b/.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