From 5a520f9a67c1bb8cc493571bcb60ae791174c028 Mon Sep 17 00:00:00 2001 From: VR Date: Sun, 22 Jun 2025 01:03:20 +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 48d78f3..adadd63 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -32,7 +32,7 @@ jobs: - name: Install kubectl run: curl -LO https://dl.k8s.io/release/v1.33.0/bin/linux/arm64/kubectl && chmod +x kubectl - name: Set up cluster access - run: mkdir .kube && echo $K8S_CONF > ~/.kube/config + run: mkdir ~/.kube && echo $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) - name: Copy contents to PVC