Change how we start puma
Puma is integrated with rails server, no need to start it manually. Takes care of logging etc. We also shouldn't run multiple workers unless we absolutely want to.
This commit is contained in:
parent
e593fbd0d9
commit
55edd8a571
2 changed files with 2 additions and 2 deletions
2
Procfile
2
Procfile
|
|
@ -1,2 +1,2 @@
|
|||
web: bundle exec puma -C config/puma.rb
|
||||
web: bundle exec rails server -b 0.0.0.0
|
||||
worker: bundle exec rails jobs:work
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue