On Thu, Feb 21, 2008 at 12:54:11PM -0800, Tim Haines wrote:
> Cap newbie here.  I'm trying to setup a deployment script for
> dreamhost.  I've reached a sticking point where I need to create an
> ssh tunnel from dreamhost to my work server before grabbing the code
> from svn via http.
> 
> If I manually ssh in to the dreamhost box first and run create the
> tunnel, then my deployment script works fine.  However, I'd like to
> get the deployment script creating the tunnel itself.  My google_fu is
> weak this morning, and 90 mins or so of hitting the goog hasn't turned
> up the answer.  Can anyone give me some guidance on this?
> 
> I've created keys on dreamhost and copied them up to my work server -
> so it's a passphrase I need to enter when creating the connection...

You might consider using

set :deploy_via, :copy

...so you don't have to check out from your system at all. You may also
want

set :copy_strategy, :export

> cheers,
> Tim.
--Greg


--~--~---------~--~----~------------~-------~--~----~
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