Browse Source

first commit

main
hallouma875 6 years ago
parent
commit
1612233ee6
  1. 8
      .circleci/config.yml

8
.circleci/config.yml

@ -126,10 +126,10 @@ jobs:
- run: - run:
name: Smoke Test name: Smoke Test
command: HTTPCODE=`curl -s -o /dev/null -w "%{http_code}" https://desolate-oasis-37147.herokuapp.com/` 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: workflows:
version: 2 version: 2

Loading…
Cancel
Save