diff --git a/.circleci/config.yml b/.circleci/config.yml index b13f059..98b97a2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -126,10 +126,10 @@ jobs: - run: name: Smoke Test command: HTTPCODE=`curl -s -o /dev/null -w "%{http_code}" https://desolate-oasis-37147.herokuapp.com/` -if [ "$HTTPCODE" -ne 200 ];then - echo "heroku app not responding, failing deploy" - exit 1 -fi + if [ "$HTTPCODE" -ne 200 ];then + echo "heroku app not responding, failing deploy" + exit 1 + fi workflows: version: 2