On Wed, 2008-04-02 at 07:34 -0700, Chuck wrote: > Looking at the capfiles and deploy.rb files, it occurred to me that > you could possibly set up the capfile to deploy a test environment on > one set of servers or a production environment on a different set of > servers. I'm just not sure how to set up my tasks to do that. > > Effectively, I'd like a task called 'deploy-stage' and one called > 'deploy-prod' so I can call 'cap deploy-stage' and have the latest > codebase pushed to the stage servers only.
Hi Chuck - Yup, check out multistage: http://weblog.jamisbuck.org/2007/7/23/capistrano-multistage Yours, tom --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
