From fe72e9d45fe9a1b73b046fc5c6d3b48721a30e0e Mon Sep 17 00:00:00 2001 From: Tray Torrance Date: Sat, 14 Jan 2012 12:24:33 -0800 Subject: [PATCH] Use unicorn with foreman/Procfile --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index f8e7db76b..8b44439b5 100644 --- a/Procfile +++ b/Procfile @@ -1,3 +1,3 @@ -web: bundle exec rails s thin -p $PORT +web: bundle exec unicorn -c config/unicorn.rb -p $PORT redis: redis-server worker: QUEUE=* bundle exec rake resque:work -- GitLab