xforty / drush-deploy

Drupal deploy tool based on Capistrano and Drush
https://github.com/xforty/drush-deploy/wiki
Other
35 stars 4 forks source link

sftp upload? #25

Open patcon opened 11 years ago

patcon commented 11 years ago

Any idea why drush-deploy would be uploading via sftp? I think I'm error'ing out there, and while I would have thought scp would be the preferred method, some of the debug logs in other issues lead me to believe that scp is expected. Not sure how to force scp on this...

patcon commented 11 years ago

Bah. I'm an idiot. Was trying to deploy to vagrant a TCP port wasn't being forwarded, hence no sftp possible. Before I realized the issue, I got it working by forcing scp. Not sure if you are inclined to prefer that over the sftp... https://gist.github.com/Packetslave/191209