microblog2/Procfile

4 lines
86 B
Plaintext

web: gunicorn runp-heroku:app
init: python db_create.py
upgrade: python db_upgrade.py