Methods

SshFreshDirPublisher

Publish an entire directory to a fresh remote directory using SSH.

Public Instance Methods

upload() click to toggle source
    # File lib/rake/contrib/publisher.rb, line 52
52:   def upload
53:     run %{ssh #{@host} rm -rf #{@remote_dir}} rescue nil
54:     run %{ssh #{@host} mkdir #{@remote_dir}}
55:     super
56:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.