kubeconfig
Some checks failed
Build and Deploy / Build & Push Image (push) Failing after 6s

This commit is contained in:
2026-03-16 16:43:51 -06:00
parent e5d10410da
commit 0b4692cdf0

View File

@@ -34,6 +34,8 @@ jobs:
- name: Deploy - name: Deploy
run: | run: |
export KUBECONFIG=/home/gitea-runner/.kube/config
IMAGE="${{ env.REGISTRY }}/alex/cobblemon:${{ github.run_number }}" IMAGE="${{ env.REGISTRY }}/alex/cobblemon:${{ github.run_number }}"
kubectl get secret cobblemon-ui-secret --namespace=cobblemon 2>/dev/null || \ kubectl get secret cobblemon-ui-secret --namespace=cobblemon 2>/dev/null || \