Add a special release task to Procfile. (#86)

This commit is contained in:
Tyler Kennedy 2022-12-01 11:53:22 -05:00 committed by GitHub
parent 4344fdad9a
commit 9fd70424bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
web: gunicorn takahe.wsgi:application --workers 8
worker: python manage.py runstator
release: python manage.py migrate