From 65d1730f10b5a97e715f79d77787834f39f4dfa6 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Wed, 15 Mar 2023 22:05:37 +0100 Subject: [PATCH] revert 10747ccecc783ae1c641a6fde903d79699497a6d MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit revert revert b95b20e44449070e69ee6aa7986144c52c132034 revert revert 564b3339347ca2325ab0c3c3f4a9b8ccf9672709 revert „.gitea/workflows/prod.yaml“ ändern --- .gitea/workflows/prod.yaml | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/.gitea/workflows/prod.yaml b/.gitea/workflows/prod.yaml index 78ad0b2..c2a0155 100644 --- a/.gitea/workflows/prod.yaml +++ b/.gitea/workflows/prod.yaml @@ -24,17 +24,24 @@ jobs: run: hugo --minify --gc --baseURL "https://cantorgymnasium.de/" - name: deploy - uses: https://git.cantorgymnasium.de/gcg/action-rsync@master - env: - HOST: cantorgymnasium.de - KEY: ${{ secrets.WEB_PUSH_KEY }} - TARGET: /opt/data/webdata/gcg-website/dev-test/ - USER: web-push - ARGS: -avzr --delete - VERBOSE: true - SSH_ARGS: '-p 1845 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' - SOURCE: ./public/ - POST_SCRIPT: "cd /opt/data/webdata/gcg-website/ && pagefind --source=." + uses: https://github.com/burnett01/rsync-deployments@5.2.1 + with: + switches: -avzr --delete + path: public/ + remote_path: /opt/data/webdata/gcg-website/dev-test/ + remote_host: cantorgymnasium.de + remote_user: web-push + remote_port: ${{ secrets.WEB_PUSH_PORT }} + remote_key: ${{ secrets.WEB_PUSH_KEY }} + + - name: search index + uses: https://github.com/JimCronqvist/action-ssh@master + with: + hosts: ${{ secrets.WEB_PUSH_HOST }} + privateKey: ${{ secrets.WEB_PUSH_KEY }} + command: | + cd /opt/data/webdata/gcg-website/ + pagefind --source=. - name: notification uses: https://github.com/yamaks2306/telegram-notification@main