deploy.rb revision c047693e6329d21f546b28a04f6000f3cc4974cd
desc "Restart Application"
run "touch #{current_path}/tmp/restart.txt"
end
desc "Symlink shared configs and folders on each release."
task :symlink_shared, :roles => :app, :except => { :no_release => true } do
run "ln -nfs #{shared_path}/config/newrelic.yml #{release_path}/config/"
end
end