.gitea/workflows/prod.yml aktualisiert
Some checks failed
schuelerzeitung-prod / prod-build (push) Failing after 3s
schuelerzeitung-prod / test-build (push) Successful in 1s

This commit is contained in:
Denys Konovalov 2023-12-30 22:11:51 +01:00
parent bd7f79aca2
commit ed3dde9212

@ -26,7 +26,7 @@ jobs:
- name: Deploy
run: |
cd public
rsync -azr --delete ./ /opt/data/webdata/schuelerzeitung/
rsyncc -azr --delete ./ /opt/data/webdata/schuelerzeitung/
- name: Telegram notification
uses: actions/telegram-action@main
if: always()
@ -36,6 +36,7 @@ jobs:
- name: Discord notification
uses: https://github.com/PingChunChung/actions-discord-notifier@main
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK_URL }}