From 159511dea3e494ef39fbd52dcffc6175c00a911a Mon Sep 17 00:00:00 2001 From: KTachibanaM Date: Fri, 25 Oct 2024 22:41:13 +0000 Subject: [PATCH] remove notify --- .github/workflows/test-build-deploy.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/test-build-deploy.yml b/.github/workflows/test-build-deploy.yml index c942521..eb088ec 100644 --- a/.github/workflows/test-build-deploy.yml +++ b/.github/workflows/test-build-deploy.yml @@ -135,16 +135,3 @@ jobs: - name: Pull and restart latest container run: | ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null "ubuntu@ktcorp" "cd /home/ubuntu/rss-lambda && docker compose pull && docker compose up -d" - - notify: - runs-on: ubuntu-latest - needs: - - merge - - deploy - if: github.event_name == 'push' - steps: - - name: Send a Discord notification - uses: nobrayner/discord-webhook@v1 - with: - github-token: ${{ secrets.github_token }} - discord-webhook: ${{ secrets.DISCORD_WEBHOOK }}