This commit is contained in:
VR 2025-06-22 01:17:28 +01:00
parent eb38021830
commit e718ec630a

View File

@ -35,5 +35,6 @@ jobs:
run: mkdir ~/.kube && echo "${{ secrets.K8S_CONF }}" > ~/.kube/config
- name: Get target pods's name
run: export TARGET_POD=$(kubectl get pods -n my-stuff -l app=digital-garden -o json | jq -r .items[0].metadata.name)
- run: ls -al && echo $TARGET_POD
- name: Copy contents to PVC
run: kubectl cp quartz-clone/public my-stuff/$TARGET_POD:/www/data/