Hi all,

i'm trying to create a custom deploy script but having some trouble in some 
aspects:

1. I want to deploy the servers with role DB before starting to run other 
servers. So:
 Start deploy
 - Run deploy sequence in the the servers with the specific role,
 - When finished start the other servers

This scenario doesn't seem to be covered natively.

2. I need to perform some complex file manipulation on the remote server as 
part of the deployment process.
Currently I have a bash script that does this but I would prefer to have 
the whole deployment script inside Capistrano rules instead of calling 
external scripts.

I can convert it into ruby (is mostly reading a bunch of files and use sed 
to generate a new one), so I would like to know the best practise here.

Call invoke with a multiline script?


-- 
You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/capistrano/a3272533-6f1f-4386-9aa2-f858bf376bec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to