use mongrel webserver for now in procfile for los

This commit is contained in:
Maxwell Salzberg 2012-01-04 16:41:32 -08:00
parent 790c2e84ea
commit 2f6d41ce47

View file

@ -1,3 +1,3 @@
web: bundle exec rails s thin -p $PORT
web: bundle exec rails s -p $PORT
redis: redis-server
worker: QUEUE=* bundle exec rake resque:work