From f7e96733ce7ec02247b840fe4d9ecc138d15282e Mon Sep 17 00:00:00 2001 From: VR Date: Sun, 22 Jun 2025 11:12:19 +0100 Subject: [PATCH] fixin --- .gitea/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index f8ac537..15fa9c4 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -39,4 +39,4 @@ jobs: - name: Copy contents to pod temp folder (due to permission issues) run: kubectl cp content my-stuff/$TARGET_POD:/tmp - name: Change permissions and move files to WWW directory - run: kubectl exec -i -n my-stuff $TARGET_POD -- bash -c "chown -R 1000:1000 /tmp/content && mv /tmp/content/* /www/data" + run: kubectl exec -i -n my-stuff $TARGET_POD -- bash -c "chown -R 1000:1000 /tmp/content && mv -r /tmp/content/* /www/data"