.gitea/workflows/dev-2-0.yaml aktualisiert
Website / Website veröffentlichen (push) Failing after 5s

This commit is contained in:
fte
2026-07-28 19:29:29 +02:00
parent 066703f23b
commit c878728edc
+4 -2
View File
@@ -18,8 +18,10 @@ jobs:
- name: clone - name: clone
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: build - name: build
env:
HUGO_SECURITY_EXEC_ALLOW: "node"
run: hugo --minify --gc --baseURL "https://dev.ftecke.de/" run: hugo --minify --gc --baseURL "https://dev.ftecke.de/"
- name: deploy - name: deploy
run: | run: |
cd public cd public
rsync -azr --delete ./ /opt/data/webdata/ rsync -azr --delete ./ /opt/data/webdata/