Sha256: d19484211bdf05c62dded41c88b63768e19b10a63e4f8bdad4b5ba997374f4f2
Contents?: true
Size: 304 Bytes
Versions: 7
Compression:
Stored size: 304 Bytes
Contents
namespace :deploy do task :bootstrap, [:target] do |t, args| args.with_defaults target: :development begin Rumination::Deploy.bootstrap(target: args.target) rescue Rumination::Deploy::BootstrappedAlready abort "'#{args.target}' has already been bootstrapped" end end end
Version data entries
7 entries across 7 versions & 1 rubygems