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"