add 'bundle exec' to worker process

This commit is contained in:
danielgrippi 2011-08-30 18:13:49 -07:00
parent e0bdbef281
commit 5681062f33

View file

@ -1,4 +1,4 @@
web: bundle exec rails s thin -p $PORT
redis: redis-server
websocket: ruby script/websocket_server.rb
worker: QUEUE=* rake resque:work
worker: QUEUE=* bundle exec rake resque:work