Sha256: ee7063f0f560509cb9264c316831ce0b645f9645ccf4364c224a0212abd35ad2
Contents?: true
Size: 255 Bytes
Versions: 22
Compression:
Stored size: 255 Bytes
Contents
namespace :deploy do task :start do ; end task :stop do ; end desc "Restart Application" task :restart, :roles => :app, :except => { :no_release => true } do run "#{try_sudo} touch #{File.join(current_path,'tmp','restart.txt')}" end end
Version data entries
22 entries across 22 versions & 1 rubygems