lib/middleman-deploy/commands.rb in middleman-deploy-0.0.2 vs lib/middleman-deploy/commands.rb in middleman-deploy-0.0.3
- old
+ new
@@ -16,10 +16,10 @@
# Tell Thor to exit with a nonzero exit code on failure
def self.exit_on_failure?
true
end
- desc "deploy", "Deploy to a remote host over rsync"
+ desc "deploy", "Copy build directory to a remote host over rsync"
method_option "clean",
:type => :boolean,
:aliases => "-c",
:desc => "Remove orphaned files or directories on the remote host"
def deploy