Skip to content

captn3m0/wercker-step-newrelic-deployment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

newrelic-deployment

Send a deploy event to NewRelic

Example

Add NEWRELIC_API_KEY as deploy target or application environment variable.

    - hashfyre/newrelic-deployment:
        api_key: $NEWRELIC_API_KEY
        app_name: MyApp
        skip: **OPTIONAL** // default: 'true'
        revision: **OPTIONAL** // default: '$WERCKER_GIT_BRANCH/$WERCKER_GIT_COMMIT by $WERCKER_STARTED_BY'

Set skip to true to skip the step optionally for pipelines. Default is false.

About

An Wercker Step that sends a deploy event to NewRelic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%