diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-14 20:21:04 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-14 20:21:04 +0200 |
commit | e98d4780850e8649718f10c2a4d5b3dc7f04b390 (patch) | |
tree | 6474a66d8ed3d937d2559b6ccf44719ec33fc3d3 /Procfile | |
parent | b6da734824d0c74ef5bb4b784d404144c76d75f4 (diff) | |
download | gitlab-ce-e98d4780850e8649718f10c2a4d5b3dc7f04b390.tar.gz |
remove thin from production env. Use unicorn for foreman
Diffstat (limited to 'Procfile')
-rw-r--r-- | Procfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ -web: bundle exec rails s -p $PORT +web: bundle exec unicorn_rails -p $PORT worker: bundle exec sidekiq -q post_receive,mailer,system_hook,common,default |