„.gitea/workflows/prod.yml“ ändern
All checks were successful
schuelerzeitung-main / test-build (push) Successful in 3m36s
schuelerzeitung-main / prod-build (push) Successful in 3m42s

This commit is contained in:
Denys Konovalov 2023-05-28 17:56:31 +02:00
parent 01d53125c0
commit 299051da24

@ -29,7 +29,7 @@ jobs:
rsync -azr --delete ./ /opt/data/webdata/schuelerzeitung/ rsync -azr --delete ./ /opt/data/webdata/schuelerzeitung/
- name: notification - name: notification
uses: actions/telegram-notification@main uses: actions/telegram-action@main
if: always() if: always()
with: with:
chat_id: ${{ secrets.TG_CHAT_ID }} chat_id: ${{ secrets.TG_CHAT_ID }}