From 42a7600c55188fc8e927760661a5cad451fa25a9 Mon Sep 17 00:00:00 2001 From: Logan-Chenavier Date: Mon, 18 Jan 2021 09:10:00 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20modification=20config.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e306350..2f264b4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -59,7 +59,7 @@ jobs: - run: name: Smoke Test command: | - HTTPCODE=`curl -s -o /dev/null -w "%{http_code}" https://devops-back-final.herokuapp.com//` + HTTPCODE=`curl -s -o /dev/null -w "%{http_code}" https://devops-final-2020-2021-back.herokuapp.com//` if [[ "$HTTPCODE" -ne 200 ]]; then echo "heroku app not responding, failing deploy" \ exit 1; \