wagtail-deprecated / wagtaildemo

Old example site implemented with Wagtail. Please see https://github.com/wagtail/bakerydemo for the current demo site
http://wagtail.io
BSD 3-Clause "New" or "Revised" License
285 stars 144 forks source link

Deploy to Heroku not working #86

Closed ipmb closed 8 years ago

ipmb commented 8 years ago

2015-11-30T16:14:56.988350+00:00 heroku[web.1]: Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch

The Procfile hard-codes the port to --http :5000. Changing it to --http :$PORT fixes Heroku deployment, but I'm not sure if it breaks stuff elsewhere.