[Capistrano] how to setup script?

2008-12-01 Thread Mukund
. (I use backgroundrb as well). __ set :application, xyz_app set :repository, git://localhost/xyz/ set :deploy_to, /home/mukund/#{application} # If you aren't using Subversion to manage your source code, specify # your SCM below: set :scm, :git role :app, host1 role :web

[Capistrano] Re: how to setup script?

2008-12-01 Thread Mukund
On Dec 1, 10:56 pm, Mislav Marohnić [EMAIL PROTECTED] wrote: On Mon, Dec 1, 2008 at 08:10, Mukund [EMAIL PROTECTED] wrote: 1.  production server doesn't have access to SCM server which is running Git listening on localhost only.   I tried to setup a SSH port forward and it isn't reliable

[Capistrano] Re: how to setup script?

2008-12-01 Thread Mukund
I am going to give your push strategy a try. It is a new approach to the problem. Thanks, Mukund On Dec 1, 10:56 pm, Mislav Marohnić [EMAIL PROTECTED] wrote: On Mon, Dec 1, 2008 at 08:10, Mukund [EMAIL PROTECTED] wrote: 1.  production server doesn't have access to SCM server which