diff --git a/.circleci/config.yml b/.circleci/config.yml index 5044b61..5282155 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -121,14 +121,14 @@ jobs: - checkout - run: name: Heroku Deploy - command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD:master + command: git push https://heroku:79293352-0dfa-4a15-bb5c-e392edd1d84f@git.heroku.com/desolate-oasis-37147.git HEAD:master - run: name: Smoke Test command: if [[ "$HTTPCODE" -ne 200 ]]; then echo "heroku app not responding, failing deploy" \ exit 1 \ - HTTPCODE=`curl -s -o /dev/null -w "%{http_code}" https://$HEROKU_APP_NAME.herokuapp.com/` + HTTPCODE=`curl -s -o /dev/null -w "%{http_code}" https://desolate-oasis-37147.herokuapp.com/` fi workflows: