From 875836be71847ac15671d75295c05bc3e5cc57b9 Mon Sep 17 00:00:00 2001 From: fbormann Date: Tue, 4 Oct 2016 14:29:39 -0300 Subject: [PATCH] added procfile for heroku --- Procfile | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..be50bed --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: gunicorn amadeus.wsgi:application --log-file - \ No newline at end of file -- libgit2 0.21.2