Class: Rake::SshFreshDirPublisher
- Inherits:
-
SshDirPublisher
- Object
- SshDirPublisher
- Rake::SshFreshDirPublisher
- Defined in:
- lib/rake/contrib/sshpublisher.rb
Overview
Publish an entire directory to a fresh remote directory using SSH.
Constant Summary
Constants included from FileUtilsExt
Constants included from FileUtils
FileUtils::LN_SUPPORTED, FileUtils::RUBY
Instance Method Summary collapse
-
#upload ⇒ Object
Uploads the files after removing the existing remote directory.
Methods inherited from SshDirPublisher
Methods included from FileUtilsExt
#nowrite, #rake_check_options, #rake_merge_option, #rake_output_message, #verbose, #when_writing
Methods included from FileUtils
#ruby, #safe_ln, #sh, #split_all
Constructor Details
This class inherits a constructor from Rake::SshDirPublisher