Update deploy config

This commit is contained in:
Patrick Altman 2016-02-27 18:54:26 -06:00
parent 7dc167f7df
commit 170f5f189f
2 changed files with 5 additions and 2 deletions

1
Procfile Normal file
View file

@ -0,0 +1 @@
web: gunicorn --bind=0.0.0.0 --log-file - pinaxcon.wsgi

View file

@ -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