Sha256: ef59defd67c7e6ae0a5f30d115054cc419ee4760e6b317519ec595b9269beb41
Contents?: true
Size: 240 Bytes
Versions: 10
Compression:
Stored size: 240 Bytes
Contents
require "caravan/deploy" module Caravan module DeployMethods class RsyncLocal < Deploy::Base def run super do |s, d| Caravan::Command.run("rsync -rv #{s} #{d}", @debug) end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems