From 5dca40c38c89482fbd70fb9301270dc939c6d497 Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Sat, 22 Sep 2012 17:02:15 +0200 Subject: [PATCH] no longer hardcode RUN_API --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index f92c0032..b0f55aa9 100644 --- a/Procfile +++ b/Procfile @@ -1,3 +1,3 @@ -web: RUN_API=1 bundle exec unicorn -p $PORT -c ./unicorn.rb +web: bundle exec unicorn -p $PORT -c ./unicorn.rb guard: bundle exec guard rerun: rerun -p 'assets/**/*' 'bundle exec rakep'