Skip to content

Instantly share code, notes, and snippets.

@luckydev
Created December 27, 2010 08:21
Show Gist options
  • Save luckydev/755962 to your computer and use it in GitHub Desktop.
Save luckydev/755962 to your computer and use it in GitHub Desktop.
To track deployments using New Relic RPM
# If you have installed new relic as a gem
# add this to the bottom of your deploy file (deploy.rb)
require 'new_relic/recipes'
set :newrelic_appname, "YourAppNameAsItAppearsInNewRelicAccount"
after "deploy:update", "newrelic:notice_deployment"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment