Hello, I have an app that is deploying to a single server using a two mongrel cluster ala Coda Hale's instructions[1].
I want to add another server to the recipe, with a twist. So far I have the following: role :web, "hudson" #, "cartier" role :app, "hudson" #, "cartier" (cartier is commented out for now, but eventually I want to deploy to both of these. The twist is that I'd like to start the mongrels on hudson in development mode, and cartier in production mode to ensure they hit different backends (LDAP, not db, btw). I see that there is an environment setting in mongrel_cluster.yml, but this looks like a blanket setting for all deployment servers. Any way to delineate the environment per server? thanks, James [1]http://blog.codahale.com/2006/06/19/time-for-a-grown-up-server-rails-mongrel-apache-capistrano-and-you/ --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
