airbrake-deployment

The example Yaml configurations in this file are using the legacy 0.8 syntax. If you are using Drone 1.0 or Drone Cloud please ensure you use the appropriate 1.0 syntax. Learn more here.

Use the airbrake-deployment plugin to notify Airbrake a deployment in certain environment. The below pipeline configuration demonstrates simple usage:

pipeline:
  notify_airbrake:
    image: dhoeric/drone-airbrake-deployment:0.0.1
    airbrake_environment: staging
    secrets:
      - airbrake_project_id
      - airbrake_project_key

Parameter Reference

airbrake_environment
environment have been deployed in the drone build

Secret Reference

airbrake_project_id
project ID of airbrake project
airbrake_project_key
project API key of airbrake project