Skip to content

Commit

Permalink
Notify release build
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Apr 10, 2022
1 parent 9fe897d commit 05262e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docker-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
if: always()
env:
BUILD_STATUS: ${{ job.status }}
WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK }}
WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_QA }}
run: bash ./.github/workflows/discord.sh
7 changes: 7 additions & 0 deletions .github/workflows/deploy-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,10 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Notify
if: always()
env:
BUILD_STATUS: ${{ job.status }}
WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK }}
run: bash ./.github/workflows/discord.sh

0 comments on commit 05262e9

Please sign in to comment.