I have 2 physical production servers. Actually, 1 of them, I consider my testing production server -- it's identical to production but it's private. So before my code goes "live" I like to publish it here first. I like to call this my staging environment.
Anyways, when I think of deploying my app with capistrano, I don't set any environment, it assumes production (right?). So when I run cap deploy:cold, it's doing all the work on my production environment which is at the server specified in my deploy.rb file. However, what if I want to deploy to my staging environment first (a different server/ip address)? How can I do this with capistrano? --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
