Procfile
This commit is contained in:
parent
ded89c2806
commit
89c20e3ae4
2 changed files with 3 additions and 3 deletions
2
Procfile
2
Procfile
|
@ -1,4 +1,4 @@
|
|||
web: uwsgi --http :$PORT --module publichealth.wsgi --master --offload-threads 3
|
||||
web: uwsgi --http :$PORT --module=publichealth.wsgi:application --master --offload-threads 3
|
||||
# web: gunicorn publichealth.wsgi -b 0.0.0.0:$PORT -w 3 --log-file=-
|
||||
init: python manage.py migrate
|
||||
migrate: python manage.py migrate
|
||||
|
|
|
@ -22,9 +22,9 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/loleg/public-health-ch.git"
|
||||
"url": "git+https://github.com/datalets/public-health-ch.git"
|
||||
},
|
||||
"author": "Oleg Lavrovsky <oleg@datalets.ch>",
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/loleg/public-health-ch#readme"
|
||||
"homepage": "https://github.com/datalets/public-health-ch#readme"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue