Browse Source

Updated config.yml

main
Adrien-Ba 5 years ago
parent
commit
9e8173261c
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -107,7 +107,7 @@ jobs:
- checkout
- run:
name: Heroku Deploy
command: heroku open
command: yarn start
- run:
name: Smoke Test
command: HTTPCODE=`curl -s -o /dev/null -w "%{http_code}" https://$HEROKU_APP_NAME.herokuapp.com/` if [ "$HTTPCODE" -ne 200 ];then echo "heroku app not responding, failing deploy" exit 1 fi

Loading…
Cancel
Save