I have a couple of servers on the Rackspace Cloud. One is currently
configured as a DB/Git server, while the other runs a Passenger/PHP
enabled Apache. I've got capistrano working to deploy and get
everything working.

My question is, to save bandwidth down the road, I'd like to have the
Rails app box be able to checkout the code from git through the
internal interface with a 10.*.*.* IP, so it doesn't go out and back
in and cost me double bandwidth.

My original thought was to superhack it and put the server names in
the two servers' hosts files, so when EITHER of them try to
communicate EVER, it will just go through the internal network, but
I'd prefer a way to configure capistrano to do it. Is there a special
way to do this?

Thanks a ton for your help in advance.

Corey Woodcox

-- 
* You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
* To post to this group, send email to [email protected]
* To unsubscribe from this group, send email to 
[email protected] For more options, visit this group at 
http://groups.google.com/group/capistrano?hl=en

Reply via email to