diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index b5f7424..dca1c40 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -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/