Update .gitea/workflows/build.yml
Some checks failed
Build and Test / build (push) Successful in 1m56s
Build and Test / deploy (push) Failing after 7s

This commit is contained in:
2025-10-10 01:06:18 +00:00
parent 6bab34a252
commit 348f836c12

View File

@@ -92,7 +92,7 @@ jobs:
- name: "Set kubeconfig" - name: "Set kubeconfig"
run: | run: |
mkdir -p $(pwd)/.kube mkdir -p $(pwd)/.kube
echo "${{ vars.KUBECONFIG_PA_DEVOPS }}" > .kube/config echo "${{ vars.KUBECONFIG_PA_DEVOPS }}" > $(pwd)/.kube/config
- name: "Deploy to Cluster" - name: "Deploy to Cluster"
run: | run: |