From 4be499c4bf4d3e72ca5175213ae2e0b833bc45d8 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Mon, 20 Mar 2023 11:16:41 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.gitea/workflows/prod.yaml=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/prod.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.gitea/workflows/prod.yaml b/.gitea/workflows/prod.yaml index d0876c6..8e2e32b 100644 --- a/.gitea/workflows/prod.yaml +++ b/.gitea/workflows/prod.yaml @@ -91,12 +91,4 @@ jobs: run: | cd public pagefind --source=. - rsync -azr --delete ./ /opt/data/webdata/gcg-website/ - - - name: notification - uses: https://github.com/yamaks2306/telegram-notification@main - if: always() - with: - chat_id: ${{ secrets.TG_CHAT_ID }} - token: ${{ secrets.TG_TOKEN }} - include_commit_info: false \ No newline at end of file + rsync -azr --delete ./ /opt/data/webdata/gcg-website/ \ No newline at end of file