Sha256: 97c066874ee47216fe78d8eed55095e4de6700610ec86d0d772042776fe479b4

Contents?: true

Size: 790 Bytes

Versions: 18

Compression:

Stored size: 790 Bytes

Contents

# encoding: utf-8
# This file is distributed under New Relic's license terms.
# See https://github.com/newrelic/newrelic-ruby-agent/blob/main/LICENSE for complete details.

# When installed as a plugin, this is loaded automatically.
#
# When installed as a gem, you need to add
#  require 'new_relic/recipes'
# to deploy.rb
#
# Defines newrelic:notice_deployment, which sends information about the deploy
# to New Relic. The task will run on all app release roles. If it fails, it will
# not affect the execution of subsequent tasks or cause a rollback.
#
# @api public
#

require 'capistrano/version'

if defined?(Capistrano::VERSION) && Capistrano::VERSION.to_s.split('.').first.to_i >= 3
  require 'new_relic/recipes/capistrano3'
else
  require 'new_relic/recipes/capistrano_legacy'
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
newrelic_rpm-8.9.0 lib/new_relic/recipes.rb
newrelic_rpm-8.8.0 lib/new_relic/recipes.rb
newrelic_rpm-8.7.0 lib/new_relic/recipes.rb
newrelic_rpm-8.6.0 lib/new_relic/recipes.rb
newrelic_rpm-8.5.0 lib/new_relic/recipes.rb
newrelic_rpm-8.4.0 lib/new_relic/recipes.rb
newrelic_rpm-8.3.0 lib/new_relic/recipes.rb
newrelic_rpm-8.2.0 lib/new_relic/recipes.rb
newrelic_rpm-8.1.0 lib/new_relic/recipes.rb
newrelic_rpm-8.0.0 lib/new_relic/recipes.rb
newrelic_rpm-7.2.0 lib/new_relic/recipes.rb
newrelic_rpm-7.1.0 lib/new_relic/recipes.rb
newrelic_rpm-7.0.0 lib/new_relic/recipes.rb
newrelic_rpm-6.15.0 lib/new_relic/recipes.rb
newrelic_rpm-6.14.0 lib/new_relic/recipes.rb
newrelic_rpm-6.13.1 lib/new_relic/recipes.rb
newrelic_rpm-6.13.0 lib/new_relic/recipes.rb
newrelic_rpm-6.12.0.367 lib/new_relic/recipes.rb