diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-07-08 20:12:35 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-07-08 20:12:35 +0300 |
commit | 63e532eff01ac927e7fa39781d9ebd61503c9a3e (patch) | |
tree | bc624a561827c3022be8787f26aae518a5ba3f58 /Procfile | |
parent | 967d42e0c8701c82d7d7494b1fd1d96cd4f2973f (diff) | |
download | gitlab-ce-63e532eff01ac927e7fa39781d9ebd61503c9a3e.tar.gz |
Cache MR diffs result. Improve diff output
Diffstat (limited to 'Procfile')
-rw-r--r-- | Procfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |