developmentseed / jekyll-hook

No Longer Maintained | A server that listens for GitHub webhook posts and renders a Jekyll site
BSD 3-Clause "New" or "Revised" License
508 stars 83 forks source link

Look for port in process.env, otherwise default to 8080 #6

Closed benbalter closed 11 years ago

benbalter commented 11 years ago

This allows Heroku to properly spin up the server on a port of their choosing, while keeping the default behavior if undefined.