Sha256: 93b54091228aaf127da74d15f90f30d3c8ef74291cfd6515e8826c24cee6db8d
Contents?: true
Size: 216 Bytes
Versions: 39
Compression:
Stored size: 216 Bytes
Contents
namespace :deploy do namespace :staging do task :post_setup do puts "This is my local post_setup hook." end task :post_deploy do puts "This is my local post_deploy hook." end end end
Version data entries
39 entries across 39 versions & 3 rubygems