add KUBECONFIG env
Build and Push Docker Image / Docker Build and Push to Gitea Registry (push) Successful in 10s

This commit is contained in:
2025-06-03 21:04:53 -05:00
parent 873cb47bd5
commit 39e44a1f8c
+2
View File
@@ -48,6 +48,8 @@ jobs:
# run: kubectl get nodes
- name: 🚀 Deploy to k3s
env:
KUBECONFIG: kubeconfig.yml
run: |
kubectl apply -f k8s/deployment.yml
kubectl apply -f k8s/service.yml