Update Procfile
This commit is contained in:
parent
62aad966f4
commit
005c81a9dd
1 changed files with 1 additions and 1 deletions
2
Procfile
2
Procfile
|
|
@ -1,2 +1,2 @@
|
|||
release: python3 manage.py migrate
|
||||
web: gunicorn project.wsgi
|
||||
release: python3 manage.py migrate && python3 manage.py runscript create_books
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue