Changeset - 170f5f189ff5
[Not reviewed]
0 1 1
Patrick Altman - 8 years ago 2016-02-28 00:54:26
paltman@gmail.com
Update deploy config
2 files changed with 5 insertions and 2 deletions:
0 comments (0 inline, 0 general)
Procfile
Show inline comments
 
new file 100644
 
web: gunicorn --bind=0.0.0.0 --log-file - pinaxcon.wsgi
gondor.yml
Show inline comments
 
buildpack: https://buildpack.gondor.io/python
 
site: eldarion-conferences/pinaxcon
 
exec:
 
  web: gunicorn --bind=0.0.0.0 --log-file - --workers=4 pinaxcon.wsgi
 
deploy:
 
  services:
 
    - web
 
branches:
 
  master: primary
0 comments (0 inline, 0 general)