From f76c54873332a7a0754d7e5aa7349d65a496e356 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Wed, 23 Oct 2013 12:51:10 +0300 Subject: Deploy with gunicorn --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Procfile') diff --git a/Procfile b/Procfile index 2e35818..ca6e941 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: python app.py +web: gunicorn app:app -- cgit v1.3.1