From ed3dde9212dd33625fb0f4a3588060696dec7b83 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sat, 30 Dec 2023 22:11:51 +0100 Subject: [PATCH] .gitea/workflows/prod.yml aktualisiert --- .gitea/workflows/prod.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/prod.yml b/.gitea/workflows/prod.yml index 5308d34..8b6def5 100644 --- a/.gitea/workflows/prod.yml +++ b/.gitea/workflows/prod.yml @@ -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 }}