summaryrefslogtreecommitdiff
path: root/Procfile
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-08 20:12:35 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-08 20:12:35 +0300
commit63e532eff01ac927e7fa39781d9ebd61503c9a3e (patch)
treebc624a561827c3022be8787f26aae518a5ba3f58 /Procfile
parent967d42e0c8701c82d7d7494b1fd1d96cd4f2973f (diff)
downloadgitlab-ce-63e532eff01ac927e7fa39781d9ebd61503c9a3e.tar.gz
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