Skip to content

Instantly share code, notes, and snippets.

@cnrstvns
Created November 16, 2020 02:19
Show Gist options
  • Save cnrstvns/d7f37859b956b4f80b580503ebd1956f to your computer and use it in GitHub Desktop.
Save cnrstvns/d7f37859b956b4f80b580503ebd1956f to your computer and use it in GitHub Desktop.
Example Procfile for Heroku
web: gunicorn app:app
web (process type [web/worker]) : process name (gunicorn) <app name> : <python file prefix>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment