lib/appsignal/integrations/capistrano/appsignal.cap in appsignal-1.4.0.alpha.2 vs lib/appsignal/integrations/capistrano/appsignal.cap in appsignal-1.4.0.beta.1
- old
+ new
@@ -18,10 +18,10 @@
}
marker = Appsignal::Marker.new(marker_data, appsignal_config)
marker.transmit
else
- puts 'Not notifying of deploy, config is not active'
+ puts "Not notifying of deploy, config is not active for environment: #{env}"
end
end
end
after 'deploy:finished', 'appsignal:deploy'