remove thin from production env. Use unicorn for foreman

This commit is contained in:
Dmitriy Zaporozhets 2013-01-14 20:21:04 +02:00
parent b6da734824
commit e98d478085
3 changed files with 1 additions and 8 deletions

View file

@ -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