mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 17:22:41 +01:00
1.1 KiB
1.1 KiB
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.