Re: [Rails] Deploying to a DMZ

2012-02-29 Thread Peter Vandenabeele
On Wed, Feb 29, 2012 at 12:06 PM, Colin Law wrote: > On 29 February 2012 10:42, Bert Gloan wrote: > > Currently I have been doing the usual cap deployments for a project to a > > test environment as my app develops. Nothing exciting, but I have now > > got to deploy it on a reasonable scale to a

Re: [Rails] Deploying to a DMZ

2012-02-29 Thread Colin Law
On 29 February 2012 10:42, Bert Gloan wrote: > Currently I have been doing the usual cap deployments for a project to a > test environment as my app develops. Nothing exciting, but I have now > got to deploy it on a reasonable scale to a DMZ that has no access to > the git repo/ or any other nice

[Rails] Deploying to a DMZ

2012-02-29 Thread Bert Gloan
Currently I have been doing the usual cap deployments for a project to a test environment as my app develops. Nothing exciting, but I have now got to deploy it on a reasonable scale to a DMZ that has no access to the git repo/ or any other nice things. Anyone got 'best practice' for this situation