From c953549e68f5d361353314ceff3c45463553b38b Mon Sep 17 00:00:00 2001 From: MTLantoine Date: Tue, 1 Dec 2020 17:09:06 +0100 Subject: [PATCH] fix --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index adb15ef..3c47848 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -128,7 +128,7 @@ jobs: 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 \ + exit 1; \ fi workflows: