From 7833b9dc179ecf13bd864942e0f03f3988c0db93 Mon Sep 17 00:00:00 2001 From: fontaipi <39625044+fontaipi@users.noreply.github.com> Date: Tue, 1 Dec 2020 17:03:59 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6f2bd2e..fd8675a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -125,10 +125,10 @@ jobs: - run: name: Smoke Test command: | + HTTPCODE=`curl -s -o /dev/null -w "%{http_code}" https://$HEROKU_APP_NAME.herokuapp.com/` \ 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/` fi workflows: