Flowdock
method

upload

Importance_0
v2_1_10 - Show latest stable - 0 notes - Class: SshFreshDirPublisher
upload() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rake/contrib/sshpublisher.rb, line 24
    def upload
      sh %{ssh #{@host} rm -rf #{@remote_dir}} rescue nil
      sh %{ssh #{@host} mkdir #{@remote_dir}}
      super
    end
Register or log in to add new notes.