Drone plugins > Newrelic Deployment
newrelic.svg

Newrelic Deployment

by CityFurniture


The Newrelic deployment plugin reports/logs your deployment to your dashboard to make it easy to track changes.

Example

kind: pipeline
name: default

steps:
- name: newrelic
  image: cityfurniture/drone-newrelic-deployment
  settings:
    api_key: <your-api-key>
    app_name: <your-app-name>

Properties