diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-04-04 23:19:24 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-04-04 23:19:24 +0300 |
commit | 1fe61284afc08796d09f1626a198a1c35f0a62aa (patch) | |
tree | 0fba1be3cfb010f2c0c1be0acc387cc8abd99bc7 /Procfile | |
parent | 25856a47e5a757e88a33218cc51367f6171db1c4 (diff) | |
download | gitlab-ce-1fe61284afc08796d09f1626a198a1c35f0a62aa.tar.gz |
Replace unicorn with Puma
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 +web: bundle exec puma -p $PORT worker: bundle exec sidekiq -q post_receive,mailer,system_hook,project_web_hook,common,default,gitlab_shell |