From 00b3c46758778fc149738c5cc7b5ab159bceb2c7 Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Tue, 19 Mar 2013 18:25:59 +0000 Subject: [PATCH] Fix omitted vars --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 4364d40..3daf4f2 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: bundle exec unicorn -p -E +web: bundle exec unicorn -p $PORT -E $RACK_ENV