Add heroku procfile
This commit is contained in:
parent
d88693b4b4
commit
72594b9a2b
1 changed files with 2 additions and 0 deletions
2
Procfile
Normal file
2
Procfile
Normal file
|
@ -0,0 +1,2 @@
|
|||
release: python manage.py migrate
|
||||
web: gunicorn workout.wsgi --log-file -
|
Loading…
Reference in a new issue