Drone plugins > airbrake-deployment
airbrake-deployment
by dhoeric
Use the airbrake-deployment plugin to notify Airbrake of deployment in a certain environment.
Example
kind: pipeline
type: docker
name: notify_airbrake
steps:
- name: airbrake
image: dhoeric/drone-airbrake-deployment:latest
settings:
airbrake_environment: staging
secrets:
- airbrake_project_id
- airbrake_project_key
Properties
airbrake_environment
stringrequiredenvironment have been deployed in the drone build
Default: none
secrets
arrayrequiredproject ID of airbrake project & project API key of airbrake project
Secret recommendedDefault: none