From a9352c16e6bb41eeb456b3ac49a577c7778c3f0c Mon Sep 17 00:00:00 2001 From: Kenneth Lim Date: Thu, 10 Jul 2014 22:26:09 +0800 Subject: [PATCH] Updated procfile for seperate environment settings --- Procfile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Procfile b/Procfile index 562f6718f..daf16ddd0 100644 --- a/Procfile +++ b/Procfile @@ -1 +1,10 @@ +Procfile.dev + +web: bundle exec unicorn -p 3000 -E development -c ./config/unicorn.rb +redis: redis-server + + + +Procfile + web: bundle exec unicorn -p $PORT -E $RACK_ENV -c ./config/unicorn.rb \ No newline at end of file