lib/recipes/deployment/passenger.rb in thunder_punch-0.0.5 vs lib/recipes/deployment/passenger.rb in thunder_punch-0.0.6
- old
+ new
@@ -3,10 +3,10 @@
# Passenger Restart
#############################################################
namespace :passenger do
desc "Restart Application"
- task :restart, :roles => [:app] do
+ task :restart, :except => { :no_release => true }, :roles => [:app] do
run "touch #{current_path}/tmp/restart.txt"
end
end
#############################################################
\ No newline at end of file