We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03fb4a5 commit 28eb1feCopy full SHA for 28eb1fe
Procfile
@@ -1,3 +1,3 @@
1
-# release: python backend/manage.py migrate --noinput
+release: python backend/manage.py migrate --noinput
2
worker: celery --workdir backend --app fpbase worker --concurrency 4 --without-gossip --without-mingle --without-heartbeat
3
web: gunicorn --chdir backend config.wsgi:application
0 commit comments