Sorry for waking a dead thread, but just wanted to ask this: Is there a way to ":deploy_via -> copy" using scp? Also, without compression?
On Wednesday, April 29, 2009 3:08:25 AM UTC+5:30, Rafael G. wrote: > > Ryan Hanks wrote: > > > > I would like to use SCP instead of SFTP, because I have been able to > > verify that this works. Is there a way to configure Capistrano to do > > this? > > > Hi Ryan, you can upload the files using scp passing the parameter > :via(accepts scp and sftp). > > Example: > > put source, target, :via => :scp > > Regards! > > -- > Rafa > > -- * 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
