I want to update my files on my four servers. The apps are stored on
four different paths.

How can I do it in my task:

task :deploy, :roles => :app do
  run "svn up #{path}"
end

path should depend on the role.

Thank you for help!

--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to