Skip to content

Commit

Permalink
ci: 🎉 discord notification on build
Browse files Browse the repository at this point in the history
  • Loading branch information
JusJira committed Oct 21, 2023
1 parent 880e8df commit a2543eb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ssh-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,13 @@ jobs:
pnpm install
rm -rf .next
pnpm build
pm2 restart 10days
pm2 restart 10days
discord:
needs: deploy
runs-on: ubuntu-latest
steps:
- uses: sarisia/actions-status-discord@v1
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}

0 comments on commit a2543eb

Please sign in to comment.