Override deploy:restart task for Capistrano 2 October 2nd, 2007
Add this into your config/deploy.rb.
deploy.task :restart, :roles => :app do restart_mongrel_cluster end
Deploying with Capistrano 2 will not try to run the FCGI reaper script, but just restart your mongrel cluster.
tags:

Sorry, comments are closed for this article.