From 04f5c07769ec031f29f03c8cfc27cec53be9fe33 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 21 Feb 2015 13:13:26 +0000 Subject: [PATCH] Added Procfile --- Procfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 00000000..568d1a24 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: vendor/bin/heroku-php-nginx public/ \ No newline at end of file