Sha256: b705ce4f63bb76db5f99fe443d489f3d34be0c84d8fd122c06459fa7b861c390
Contents?: true
Size: 323 Bytes
Versions: 55
Compression:
Stored size: 323 Bytes
Contents
Capistrano::Configuration.instance(:must_exist).load do namespace :passenger do desc <<-DESC Restart the passenger module to reload the application after deploying. DESC task :restart, :roles => :app, :except => {:no_release => true} do sudo "touch #{current_path}/tmp/restart.txt" end end end
Version data entries
55 entries across 55 versions & 6 rubygems