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

View file

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