From f94be953e6bce8261973492ecc1c91dcbd102c40 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sat, 23 Sep 2023 15:52:59 +0200 Subject: [PATCH] .gitea/workflows/prod.yaml aktualisiert --- .gitea/workflows/prod.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/prod.yaml b/.gitea/workflows/prod.yaml index 706c76a0..976ef654 100644 --- a/.gitea/workflows/prod.yaml +++ b/.gitea/workflows/prod.yaml @@ -56,7 +56,7 @@ jobs: hugo --minify --gc --baseURL "https://test.cantorgymnasium.de/" --buildDrafts --buildFuture -d test - name: deploy run: | - cd cd /opt/data/actions/gcg-website-master/test + cd /opt/data/actions/gcg-website-master/test rsync -azr --delete ./ /opt/data/webdata/gcg-website-test/ auto-rebuild: if: gitea.repository == 'gcg/gcg-website' && gitea.event_name == 'schedule' @@ -74,6 +74,6 @@ jobs: hugo --minify --gc --baseURL "https://cantorgymnasium.de/" - name: deploy run: | - cd cd /opt/data/actions/gcg-website-master/public + cd /opt/data/actions/gcg-website-master/public pagefind --source=. rsync -azr --delete ./ /opt/data/webdata/gcg-website/