Testin'
All checks were successful
Gitea Actions Demo / build-quartz (push) Successful in 1m57s
Gitea Actions Demo / deploy (push) Successful in 23s

This commit is contained in:
VR 2025-06-22 16:52:06 +01:00
parent 481605e2c0
commit 7712bd713d

View File

@ -39,4 +39,4 @@ jobs:
- name: Copy contents to pod temp folder (due to permission issues) - name: Copy contents to pod temp folder (due to permission issues)
run: kubectl cp content my-stuff/$TARGET_POD:/tmp run: kubectl cp content my-stuff/$TARGET_POD:/tmp
- name: Change permissions and move files to WWW directory - 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 && rm -rf /www/data/* && mv /tmp/content/* /www/data"