Zoetrope

a blog about web apps, Lisp, Rails and all the REST ...

Override deploy:restart task for Capistrano 2

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.