specifiy web process first in Procfile, otherwise passing -p to foreman won't do anything.

This commit is contained in:
danielgrippi 2011-08-29 16:04:23 -07:00
parent bd77560636
commit 3e80e4366d

View file

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