diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-11 19:25:06 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-11 19:25:06 +0200 |
commit | dd8d0a659d947df0dcaaae2960aa1567a8740b11 (patch) | |
tree | f2e55e7edce75f6ec09f7e066a9f5ce4d6d4f178 /Procfile | |
parent | d64090b8a9065746c6d532057228c079a1d57013 (diff) | |
download | gitlab-ce-dd8d0a659d947df0dcaaae2960aa1567a8740b11.tar.gz |
Fix procfile and attachment in event nore
Diffstat (limited to 'Procfile')
-rw-r--r-- | Procfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ web: bundle exec unicorn_rails -p $PORT -worker: bundle exec sidekiq -q post_receive,mailer,system_hook,project_web_hook,common,default,gitolite +worker: bundle exec sidekiq -q post_receive,mailer,system_hook,project_web_hook,common,default,gitlab_shell |