Coder Social home page Coder Social logo

bigdeveops / newrelic-deployment-marker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sanderblue/newrelic-deployment-marker

0.0 0.0 0.0 14 KB

GitHub Action to create a New Relic deployment marker for a New Relic application

License: Apache License 2.0

Dockerfile 46.80% Shell 53.20%

newrelic-deployment-marker's Introduction


⚠️ This project has been archived! ⚠️

Please use New Relic's official Application Deployment Marker GitHub Action


New Relic Application Deployment Marker

New Relic App Deployment Marker

GitHub Marketplace version

A GitHub Action to add New Relic deployment markers during your release pipeline.

Inputs

Key Description
api_key required Your New Relic personal API key.
applicationId required The New Relic application ID to apply the deployment marker.
region optional The region of your New Relic account. Default: "US"
revision optional Metadata to apply to the deployment marker - e.g. the latest release tag
accountId optional The account number the application falls under. This could also be a subaccount.

Example usage

# Add a New Relic application deployment marker on release
on:
  - release

jobs:
  release:
    runs-on: ubuntu-latest
    steps:
      - name: Apply New Relic deployment marker
        uses: sanderblue/newrelic-deployment-marker@master
        with:
          api_key: ${{ secrets.NEW_RELIC_API_KEY }}
          applicationId: 123456789
          region: US
          revision: ${{ github.ref }}-${{ github.sha }}
          accountId: 6543210

newrelic-deployment-marker's People

Contributors

sanderblue avatar bigdeveops avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.