From 3e80e4366d62962cb28eb706d9202646051bb32a Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Mon, 29 Aug 2011 16:04:23 -0700 Subject: [PATCH] specifiy web process first in Procfile, otherwise passing -p to foreman won't do anything. --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 23f79e5ce..b44eb8898 100644 --- a/Procfile +++ b/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