Add new relic deployment marker
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
name: Add new relic deployment marker
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
newrelic:
|
||||
runs-on: ubuntu-latest
|
||||
name: New Relic
|
||||
steps:
|
||||
- name: Set Release Version from Tag
|
||||
run: echo "RELEASE_VERSION=${{ GITHUB_REF:10 }}" >> $GITHUB_ENV
|
||||
|
||||
- name: Create New Relic deployment marker
|
||||
uses: newrelic/deployment-marker-action@v1
|
||||
with:
|
||||
apiKey: ${{ secrets.NEW_RELIC_API_KEY }}
|
||||
accountId: ${{ secrets.NEW_RELIC_ACCOUNT_ID }}
|
||||
applicationId: 277658521
|
||||
revision: "${{ env.RELEASE_VERSION }}"
|
||||
Reference in New Issue
Block a user