lib/capistrano/notifier/statsd.rb in capistrano-notifier-0.1.1 vs lib/capistrano/notifier/statsd.rb in capistrano-notifier-0.1.2
- old
+ new
@@ -13,10 +13,10 @@
Capistrano::Notifier::StatsD.new(configuration).perform
end
end
end
- after 'deploy', 'deploy:notify:statsd'
+ after 'deploy:restart', 'deploy:notify:statsd'
end
end
def perform
socket.send packet, 0, host, port