Hi,
Quick question,
With the basic documentation, it easy to understand how to deploy one
app to different boxes by passing several servers to the role :app,
variable.
But, what if I'd like to deploy the same application several times in
the same box,
something as
set :deploy_to, "/home/rails/install_1/#{application}"
set :deploy_to, "/home/rails/install_2/#{application}"
set :deploy_to, "/home/rails/install_3/#{application}"
But all in the same machine,
So, in this case, what's the approach to deploy my app several times
in the same box?
Thank you,
Andres
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---