Sha256: 82571e5304f477d420be00131b9d0ddc9be3d324ddc2e4ef656a08d646187b13
Contents?: true
Size: 292 Bytes
Versions: 59
Compression:
Stored size: 292 Bytes
Contents
Capistrano::Configuration.instance(:must_exist).load do namespace :deploy do desc 'Trigger application to restart' task :restart do # The tmp/ directory should be shared, so this affects all prior deployments run "touch #{shared_path}/tmp/restart.txt" end end end
Version data entries
59 entries across 59 versions & 1 rubygems