specifiy web process first in Procfile, otherwise passing -p to foreman won't do anything.
This commit is contained in:
parent
bd77560636
commit
3e80e4366d
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
|
||||
redis: redis-server
|
||||
websocket: ruby script/websocket_server.rb
|
||||
web: bundle exec rails s thin -p $PORT
|
||||
worker: QUEUE=* rake resque:work
|
||||
|
|
|
|||
Loading…
Reference in a new issue