We've got one Rails application that we deploy to multiple instances on our server, each with their own mongrel_clusters, databases, etc. We use a table in the databases to turn certain features on and off per instance. I've been using capistrano for a while on a personal project and want us to start using it on our big app at work. We're moving to a new server, so now seems like the opportune time to migrate to cap as well. Does anybody have any suggestions on how to arbitrarily deploy the app to one instance on the server? Obviously, the default tasks won't be enough, but I'm curious if anyone else has dealt with this, and if so, how they handled things like the :deploy_to variable, roles, etc. Maybe it's simply a matter of creating a task like 'deploy_to_client1', that sets up the variables and then runs the default tasks?
--~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
