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-07-08 21:12:35 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-08 21:12:35 +0400
commit63e532eff01ac927e7fa39781d9ebd61503c9a3e (patch)
treebc624a561827c3022be8787f26aae518a5ba3f58 /Procfile
parent967d42e0c8701c82d7d7494b1fd1d96cd4f2973f (diff)
Cache MR diffs result. Improve diff output
Diffstat (limited to 'Procfile')
-rw-r--r--Procfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Procfile b/Procfile
index fade88bd3a3..9003369c938 100644
--- a/Procfile
+++ b/Procfile
@@ -1,2 +1,2 @@
-web: bundle exec puma -p $PORT
+web: bundle exec unicorn_rails -p $PORT -E development
worker: bundle exec sidekiq -q post_receive,mailer,system_hook,project_web_hook,common,default,gitlab_shell