mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 16:54:08 +01:00
1.1 KiB
1.1 KiB
raygun
Installing
Add to your deploy.php
require 'contrib/raygun.php';
Configuration
raygun_api_key
– the API key of your Raygun applicationraygun_version
– the version of your application that this deployment is releasingraygun_owner_name
– the name of the person creating this deploymentraygun_email
– the email of the person creating this deploymentraygun_comment
– the deployment notesraygun_scm_identifier
– the commit that this deployment was built offraygun_scm_type
- the source control system you use
Usage
To notify Raygun of a successful deployment, you can use the 'raygun:notify' task after a deployment.
after('deploy', 'raygun:notify');
- Tasks
raygun:notify
— Notifying Raygun of deployment