remove thin from production env. Use unicorn for foreman
This commit is contained in:
parent
b6da734824
commit
e98d478085
3 changed files with 1 additions and 8 deletions
2
Procfile
2
Procfile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue