From e98d4780850e8649718f10c2a4d5b3dc7f04b390 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 14 Jan 2013 20:21:04 +0200 Subject: remove thin from production env. Use unicorn for foreman --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Procfile') diff --git a/Procfile b/Procfile index d3b3e051e88..21dfade1d8a 100644 --- a/Procfile +++ b/Procfile @@ -1,2 +1,2 @@ -web: bundle exec rails s -p $PORT +web: bundle exec unicorn_rails -p $PORT worker: bundle exec sidekiq -q post_receive,mailer,system_hook,common,default -- cgit v1.2.1