From 0454555c602b7f9f7f357be78a3e16b260c8f02e Mon Sep 17 00:00:00 2001 From: guidezSeb <57669155+guidezSeb@users.noreply.github.com> Date: Tue, 12 Jan 2021 16:57:14 +0100 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5bd9651..bb7b46d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -67,7 +67,7 @@ jobs: - run: name: Smoke test command: HTTPCODE=`curl -s -o /dev/null -w "%{http_code}" https://$HEROKU_APP_NAME.herokuapp.com/api/articles` - - run: + - run: name: Smoke check command: if [ "$HTTPCODE" -ne 200 ];then echo "heroku app not responding, failing to deploy"