eggie5 wrote:
> 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?

This has previously been discussed a couple of times on the list. One 
occurrence is this thread:

http://groups.google.com/group/capistrano/browse_thread/thread/98653cd8535c5748/ea2c2f5459eb31dc?lnk=gst&q=staging&rnum=1#ea2c2f5459eb31dc

-- 
Cheers,
- Jacob Atzen

--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to