diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index e5a215f1..7424cd98 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -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 }}