diff --git a/.circleci/config.yml b/.circleci/config.yml index 92a71fe..063ff32 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -101,7 +101,7 @@ jobs: - checkout - run: 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: name: Smoke Test command: ./test_heroku.sh