From d21d752029a0367610119bb2b76804e5184d17c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Thu, 23 Jun 2022 19:42:23 +0200 Subject: [PATCH] fix: newrelic deploy markers on syncing-server --- .github/workflows/syncing-server.release.yml | 22 ++------------------ 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/.github/workflows/syncing-server.release.yml b/.github/workflows/syncing-server.release.yml index 044f6afea..372e0bf54 100644 --- a/.github/workflows/syncing-server.release.yml +++ b/.github/workflows/syncing-server.release.yml @@ -185,25 +185,7 @@ jobs: runs-on: ubuntu-latest steps: - - name: DEV - 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 + - name: Create New Relic deployment marker for Web uses: newrelic/deployment-marker-action@v1 with: accountId: ${{ secrets.NEW_RELIC_ACCOUNT_ID }} @@ -212,7 +194,7 @@ jobs: revision: "${{ github.sha }}" description: "Automated Deployment via Github Actions" 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 with: accountId: ${{ secrets.NEW_RELIC_ACCOUNT_ID }}