summaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2013-10-23 12:51:10 +0300
committerYuval Adam <yuv.adm@gmail.com>2013-10-23 12:51:10 +0300
commitf76c54873332a7a0754d7e5aa7349d65a496e356 (patch)
tree824ebbda6043aba4d0627a6ea4d33a9863b48674 /Procfile
parentd3123f633189eb2b6d196133f741e592d63a44c5 (diff)
Deploy with gunicorn
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Procfile b/Procfile
index 2e35818..ca6e941 100644
--- a/Procfile
+++ b/Procfile
@@ -1 +1 @@
-web: python app.py
+web: gunicorn app:app