newrelic
Installing
Add to your deploy.php
require 'contrib/newrelic.php';
Configuration
newrelic_app_id
– newrelic's app idnewrelic_api_key
– newrelic's api keynewrelic_description
– message to send
Usage
Since you should only notify New Relic of a successful deployment, the newrelic:notify
task should be executed right at the end.
after('deploy', 'newrelic:notify');
Configuration
newrelic_app_id
newrelic_description
newrelic_revision
Tasks
newrelic:notify
Notifies New Relic of deployment.
Support Deployer ❤️
Hello, my name is Anton Medvedev (@antonmedv). I'm the creator of the Deployer.
I maintain this open source project in my spare time.
Supporters on GitHub give me extra motivation to work on the project.