From 465ef0a15858088da9c2c28c614aa207eb31d294 Mon Sep 17 00:00:00 2001 From: VR Date: Sun, 22 Jun 2025 11:08:52 +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 d9d6828..f8ac537 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 -- mv /tmp/content/* /www/data + run: kubectl exec -i -n my-stuff $TARGET_POD -- bash -c "chown -R 1000:1000 /tmp/content && mv /tmp/content/* /www/data"