set :deploy_via, :copy

Or, if you don't want the .svn directories on your server (assuming
subversion),

set :deploy_via, :export

The problem is, Capistrano is designed to run commands over ssh. So, do you
mean your host doesn't allow SSH access at all, or that they don't allow you
to run SSH from the server? If the latter is the case, it's probably either
a bug in Capistrano, or another misconfiguration -- maybe you have it
configured to use that server as a gateway?

Or maybe that was a typo, and you meant your host doesn't allow 'svn' on the
server?

On Tue, Mar 25, 2008 at 12:54 PM, explainer <[EMAIL PROTECTED]> wrote:

>
> My ISP, Site5, will not allow invoking the 'ssh' command on the
> server, which is something the deploy:update_code attempts to do.  In
> order to resolve this problem, I could use the local copy strategy,
> where the svn checkout is local, followed by an upload of the
> compressed file, and subsequent expansion into the releases
> directory.  My problem is that I don't understand how to specify this
> option.
> >
>

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