Skip to content

Commit 0e6ad20

Browse files
committed
Run migrate on post deploy
1 parent ab26d7a commit 0e6ad20

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Procfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
web: gunicorn --config gunicorn_conf.py docia.wsgi
22
worker: celery --app docia worker -l INFO --concurrency=2
3+
postdeploy: python manage.py migrate
4+

0 commit comments

Comments
 (0)