Update .gitea/workflows/build.yml
All checks were successful
Build and Test / build (push) Successful in 1m16s
Build and Test / deploy (push) Successful in 5s

This commit is contained in:
2025-10-09 16:53:29 +00:00
parent 1690eace79
commit 0514941b06

View File

@@ -91,10 +91,10 @@ jobs:
- name: "Set kubeconfig" - name: "Set kubeconfig"
run: | run: |
mkdir -p .kube mkdir -p $(pwd)/.kube
echo "${{ vars.KUBECONFIG_PA_DEVOPS }}" > .kube/config echo "${{ vars.KUBECONFIG_PA_DEVOPS }}" > .kube/config
- name: "Deploy to Cluster" - name: "Deploy to Cluster"
run: | run: |
kubectl apply -f k8s.yml cat $(pwd)/.kube/config