Update deploy config
This commit is contained in:
parent
7dc167f7df
commit
170f5f189f
2 changed files with 5 additions and 2 deletions
1
Procfile
Normal file
1
Procfile
Normal file
|
@ -0,0 +1 @@
|
||||||
|
web: gunicorn --bind=0.0.0.0 --log-file - pinaxcon.wsgi
|
|
@ -1,5 +1,7 @@
|
||||||
|
buildpack: https://buildpack.gondor.io/python
|
||||||
site: eldarion-conferences/pinaxcon
|
site: eldarion-conferences/pinaxcon
|
||||||
exec:
|
deploy:
|
||||||
web: gunicorn --bind=0.0.0.0 --log-file - --workers=4 pinaxcon.wsgi
|
services:
|
||||||
|
- web
|
||||||
branches:
|
branches:
|
||||||
master: primary
|
master: primary
|
||||||
|
|
Loading…
Reference in a new issue