add 'bundle exec' to worker process
This commit is contained in:
parent
e0bdbef281
commit
5681062f33
1 changed files with 1 additions and 1 deletions
2
Procfile
2
Procfile
|
|
@ -1,4 +1,4 @@
|
||||||
web: bundle exec rails s thin -p $PORT
|
web: bundle exec rails s thin -p $PORT
|
||||||
redis: redis-server
|
redis: redis-server
|
||||||
websocket: ruby script/websocket_server.rb
|
websocket: ruby script/websocket_server.rb
|
||||||
worker: QUEUE=* rake resque:work
|
worker: QUEUE=* bundle exec rake resque:work
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue