Browse Source

update

main
Zelleg 5 years ago
parent
commit
7fc1804258
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -113,8 +113,8 @@ jobs:
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
echo "heroku app not responding, failing deploy"
exit 1
fi
workflows:

Loading…
Cancel
Save