Skip to content

Commit

Permalink
remove notify
Browse files Browse the repository at this point in the history
  • Loading branch information
KTachibanaM committed Oct 25, 2024
1 parent c57cb57 commit 159511d
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/test-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 159511d

Please sign in to comment.