lib/airbrake/capistrano.rb in airbrake-3.1.5 vs lib/airbrake/capistrano.rb in airbrake-3.1.6
- old
+ new
@@ -5,9 +5,10 @@
module Capistrano
def self.load_into(configuration)
configuration.load do
after "deploy", "airbrake:deploy"
after "deploy:migrations", "airbrake:deploy"
+ after "deploy:cold", "airbrake:deploy"
namespace :airbrake do
desc <<-DESC
Notify Airbrake of the deployment by running the notification on the REMOTE machine.
- Run remotely so we use remote API keys, environment, etc.