fix: newrelic deploy markers on syncing-server
This commit is contained in:
parent
2ea077a7cd
commit
d21d752029
1 changed files with 2 additions and 20 deletions
22
.github/workflows/syncing-server.release.yml
vendored
22
.github/workflows/syncing-server.release.yml
vendored
|
@ -185,25 +185,7 @@ jobs:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: DEV - Create New Relic deployment marker for Web
|
- name: Create New Relic deployment marker for Web
|
||||||
uses: newrelic/deployment-marker-action@v1
|
|
||||||
with:
|
|
||||||
accountId: ${{ secrets.NEW_RELIC_ACCOUNT_ID }}
|
|
||||||
apiKey: ${{ secrets.NEW_RELIC_API_KEY }}
|
|
||||||
applicationId: ${{ secrets.NEW_RELIC_APPLICATION_ID_SYNCING_SERVER_WEB_DEV }}
|
|
||||||
revision: "${{ github.sha }}"
|
|
||||||
description: "Automated Deployment via Github Actions"
|
|
||||||
user: "${{ github.actor }}"
|
|
||||||
- name: DEV - Create New Relic deployment marker for Worker
|
|
||||||
uses: newrelic/deployment-marker-action@v1
|
|
||||||
with:
|
|
||||||
accountId: ${{ secrets.NEW_RELIC_ACCOUNT_ID }}
|
|
||||||
apiKey: ${{ secrets.NEW_RELIC_API_KEY }}
|
|
||||||
applicationId: ${{ secrets.NEW_RELIC_APPLICATION_ID_SYNCING_SERVER_WORKER_DEV }}
|
|
||||||
revision: "${{ github.sha }}"
|
|
||||||
description: "Automated Deployment via Github Actions"
|
|
||||||
user: "${{ github.actor }}"
|
|
||||||
- name: PROD - Create New Relic deployment marker for Web
|
|
||||||
uses: newrelic/deployment-marker-action@v1
|
uses: newrelic/deployment-marker-action@v1
|
||||||
with:
|
with:
|
||||||
accountId: ${{ secrets.NEW_RELIC_ACCOUNT_ID }}
|
accountId: ${{ secrets.NEW_RELIC_ACCOUNT_ID }}
|
||||||
|
@ -212,7 +194,7 @@ jobs:
|
||||||
revision: "${{ github.sha }}"
|
revision: "${{ github.sha }}"
|
||||||
description: "Automated Deployment via Github Actions"
|
description: "Automated Deployment via Github Actions"
|
||||||
user: "${{ github.actor }}"
|
user: "${{ github.actor }}"
|
||||||
- name: PROD - Create New Relic deployment marker for Worker
|
- name: Create New Relic deployment marker for Worker
|
||||||
uses: newrelic/deployment-marker-action@v1
|
uses: newrelic/deployment-marker-action@v1
|
||||||
with:
|
with:
|
||||||
accountId: ${{ secrets.NEW_RELIC_ACCOUNT_ID }}
|
accountId: ${{ secrets.NEW_RELIC_ACCOUNT_ID }}
|
||||||
|
|
Loading…
Reference in a new issue