Youssef Touggani 6 years ago
parent
commit
4989677142
  1. 2
      dep_heroku.sh

2
dep_heroku.sh

@ -1,4 +1,4 @@
HTTPCODE=`curl -s -o /dev/null -w "%{http_code}" https://$HEROKU_APP_NAME.herokuapp.com/`
HTTPCODE=`curl -s -o /dev/null -w "%{http_code}" https://fierce-atoll-83490.herokuapp.com/`
if [ "$HTTPCODE" -ne 200 ];then
echo "heroku app not responding, failing deploy"
exit 1

Loading…
Cancel
Save