From fe8cd1e7ff811cc75f2bb4ff57604c69287620a6 Mon Sep 17 00:00:00 2001 From: Tarskan <55380090+Tarskan@users.noreply.github.com> Date: Wed, 3 Nov 2021 15:19:15 +0100 Subject: [PATCH] :construction_worker: update CI --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9df5296..7f994e6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -61,11 +61,11 @@ jobs: - checkout - run: name: Heroku Deploy - command: git push https://heroku:$HEROKU_KEY@git.heroku.com/infinite-depths-70195.git HEAD:main + command: git push https://heroku:$HEROKU_KEY@git.heroku.com/boiling-everglades-40707.git HEAD:main - run: name: Smoke Test command: | - HTTPCODE=`curl -s -o /dev/null -w "%{http_code}" https://infinite-depths-70195.herokuapp.com/` + HTTPCODE=`curl -s -o /dev/null -w "%{http_code}" https://boiling-everglades-40707.herokuapp.com/` if [ "$HTTPCODE" -ne 200 ];then echo "heroku app not responding, failing deploy" exit 1