Skip to content

Commit

Permalink
update deployment workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-m-song committed Apr 16, 2024
1 parent 2855bf7 commit 6e4ee6e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: axatol/actions/send-deployment-notification@release
with:
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
job-status: pending
status: pending

deploy:
needs: notify
Expand All @@ -39,14 +39,15 @@ jobs:
- name: Create deployment marker
if: success()
uses: axatol/actions/create-new-relic-deployment@release
uses: axatol/actions/create-newrelic-deployment@release
with:
api-key: ${{ secrets.NEW_RELIC_API_KEY }}
guid: ${{ secrets.NEW_RELIC_DEPLOYMENT_ENTITY_GUID }}
deployment-type: ROLLING

- name: Notify deployment complete
if: success() || failure()
uses: axatol/actions/send-discord-deployment-notification@release
uses: axatol/actions/send-deployment-notification@release
with:
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
status: ${{ steps.deploy.outcome }}

0 comments on commit 6e4ee6e

Please sign in to comment.