From f8a2d6d47a835c200325e9625e6cc3c1e49ef011 Mon Sep 17 00:00:00 2001 From: Will Lynas <43895423+will-lynas@users.noreply.github.com> Date: Sun, 13 Oct 2024 19:12:30 +0100 Subject: [PATCH] Add telegram notif on deploy --- .github/workflows/deploy.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7b5a4d5..31c9e42 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 🎉