Corey, Unless your repository is huge, cost shouldn't be a factor, but the variables you need to set are :repository and :local_repository, one is used by your workstation to ascertain HEAD, the other by the server for the checkout.
- Lee On 24 November 2010 02:49, Corey Woodcox <[email protected]> wrote: > 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]<capistrano%[email protected]>For > more options, visit this group at > http://groups.google.com/group/capistrano?hl=en -- * 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
