Skip to content

Commit

Permalink
Add telegram notif on deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
will-lynas committed Oct 13, 2024
1 parent db3b4ec commit f8a2d6d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,10 @@ jobs:
host: ${{ secrets.VPS_HOST }}
username: ${{ secrets.VPS_USER }}
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

- uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
message: |
Quaestor deploy successful 🎉

0 comments on commit f8a2d6d

Please sign in to comment.