Remove Telegram notification from prod workflow
All checks were successful
Website Prod/Test / Produktivumgebung (push) Successful in 12s
Website Prod/Test / Testumgebung (push) Successful in 8s

This commit is contained in:
Denys Konovalov 2025-03-08 15:46:00 +01:00
parent 2d58bb0c0f
commit 6c85f3ed15

View File

@ -31,12 +31,6 @@ jobs:
cd public
pagefind_extended --site=.
rsync -azr --delete ./ /opt/data/webdata/gcg-website/
- name: Notification
uses: actions/telegram-action@main
if: always()
with:
chat_id: ${{ secrets.TG_CHAT_ID }}
token: ${{ secrets.TG_TOKEN }}
test-build:
name: Testumgebung
if: gitea.repository == 'gcg/gcg-website'