diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..2bdf37a --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: gunicorn --bind=0.0.0.0 --log-file - pinaxcon.wsgi diff --git a/gondor.yml b/gondor.yml index 8b45a3e..0eabdb0 100644 --- a/gondor.yml +++ b/gondor.yml @@ -1,5 +1,7 @@ +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