Fabien,

 I will just point you here, at the Parallel() helper, as you should be able
to get this to do what you need -
http://www.capify.org/2008/8/29/capistrano-2-5-0 - I'll spare you the
lecture about having a working copy checked out being a bit of a risk, for
rollbacks, and the temptation to edit files live, that wouldn't be
redeployed next time round.

-- Lee

2008/12/1 Fabian Spillner <[EMAIL PROTECTED]>

>
> 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