Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-14 22:21:04 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-14 22:21:04 +0400
commite98d4780850e8649718f10c2a4d5b3dc7f04b390 (patch)
tree6474a66d8ed3d937d2559b6ccf44719ec33fc3d3 /Procfile
parentb6da734824d0c74ef5bb4b784d404144c76d75f4 (diff)
remove thin from production env. Use unicorn for foreman
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile2
1 files changed, 1 insertions, 1 deletions
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