.gitea/workflows/prod.yml aktualisiert
All checks were successful
schuelerzeitung-prod / prod-build (push) Successful in 4s
schuelerzeitung-prod / test-build (push) Successful in 1s

This commit is contained in:
Denys Konovalov 2023-12-30 22:12:21 +01:00
parent ed3dde9212
commit cf5475b108

@ -26,7 +26,7 @@ jobs:
- name: Deploy - name: Deploy
run: | run: |
cd public cd public
rsyncc -azr --delete ./ /opt/data/webdata/schuelerzeitung/ rsync -azr --delete ./ /opt/data/webdata/schuelerzeitung/
- name: Telegram notification - name: Telegram notification
uses: actions/telegram-action@main uses: actions/telegram-action@main
if: always() if: always()