From 170f5f189ff51862af9d14c893b15a8b9c9bc204 2016-02-28 00:54:26 From: Patrick Altman Date: 2016-02-28 00:54:26 Subject: [PATCH] Update deploy config --- diff --git a/Procfile b/Procfile new file mode 100644 index 0000000000000000000000000000000000000000..2bdf37a2852eb0a68632830723e74cd84dc28e32 --- /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 8b45a3ea5804bcae3d548844f599f7d3abb68c72..0eabdb0a2ed833d9f8541ec57c90a02764e5318a 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