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 dcda1a3 commit 2ab80a9Copy full SHA for 2ab80a9
Procfile
@@ -1,4 +1,3 @@
1
worker: celery -A brightIDfaucet worker -B
2
beat: celery -A brightIDfaucet beat -l INFO
3
-release: python manage.py migrate
4
web: gunicorn brightIDfaucet.wsgi --workers 2 --threads 2
app.json
@@ -13,6 +13,9 @@
13
"quantity": 1
14
}
15
},
16
+ "scripts": {
17
+ "postdeploy": "python manage.py migrate"
18
+ },
19
"healthchecks": {
20
"web": [
21
{
0 commit comments