From 1612233ee6632f0b98b420a3aef61f327996edfd Mon Sep 17 00:00:00 2001 From: hallouma875 Date: Thu, 3 Dec 2020 18:19:50 +0100 Subject: [PATCH] first commit --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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