Use unicorn with foreman/Procfile
This commit is contained in:
parent
cd4c880f95
commit
fe72e9d45f
1 changed files with 1 additions and 1 deletions
2
Procfile
2
Procfile
|
|
@ -1,3 +1,3 @@
|
||||||
web: bundle exec rails s thin -p $PORT
|
web: bundle exec unicorn -c config/unicorn.rb -p $PORT
|
||||||
redis: redis-server
|
redis: redis-server
|
||||||
worker: QUEUE=* bundle exec rake resque:work
|
worker: QUEUE=* bundle exec rake resque:work
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue