fix: remove not working discord notifications

This commit is contained in:
Karol Sójko
2022-06-23 13:48:20 +02:00
parent 7efb48dd2a
commit 4d8b021284
5 changed files with 0 additions and 57 deletions
@@ -164,14 +164,3 @@ jobs:
revision: "${{ github.sha }}"
description: "Automated Deployment via Github Actions"
user: "${{ github.actor }}"
notify_discord:
needs: [ deploy-web, deploy-worker ]
runs-on: ubuntu-latest
steps:
- name: Run Discord Webhook
uses: johnnyhuy/actions-discord-git-webhook@main
with:
webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}