Skip to content

Commit

Permalink
Try sending Discord msg on build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ericthelemur authored Nov 18, 2024
1 parent 82d522f commit 9616194
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ jobs:
if_key_exists: fail
- name: Update Server
run: ssh sites "/srv/new-site/source/build.sh"
- uses: sarisia/actions-status-discord@v1
if: failure()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}

0 comments on commit 9616194

Please sign in to comment.