PagerDuty / blender

A modular orchestration engine
https://github.com/PagerDuty/blender
Other
183 stars 8 forks source link

Add Net::SCP support #32

Closed ranjib closed 9 years ago

ranjib commented 9 years ago

This introduces two additional tasks for Blender. scp_download and scp_upload

scp_upload '/path/to/remote/file' do
  from '/path/to/local/file'
end

scp_download '/path/to/remote/file do
  to '/path/to/local/file'
end