.gitea/workflows/dev-2-0.yaml aktualisiert
Website / Website veröffentlichen (push) Has been cancelled

This commit is contained in:
fte
2026-07-28 19:19:40 +02:00
parent f5b45d9c54
commit add1af275b
-6
View File
@@ -30,9 +30,3 @@ jobs:
run: | run: |
cd public cd public
rsync -azr --delete ./ /var/www/html/dev.ftecke.de/ rsync -azr --delete ./ /var/www/html/dev.ftecke.de/
# - name: Notification
# uses: actions/telegram-action@main
# if: always()
# with:
# chat_id: ${{ secrets.TG_CHAT_ID }}
# token: ${{ secrets.TG_TOKEN }}