Ahh... That did the job! I added
namespace :deploy do
task :restart do
run "mongrel_rails cluster::restart -C #{mongrel_config}"
end
task :start do
run "mongrel_rails cluster::start -C #{mongrel_config}"
end
task :stop do
run "mongrel_rails cluster::stop -C #{mongrel_config}"
end
end
to deploy.rb
Thanks a lot for the help! =)
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---