use correct manifest file names
Build and Push Docker Image / Docker Build and Push to Gitea Registry (push) Failing after 8s

This commit is contained in:
2025-06-03 20:45:31 -05:00
parent 9603d5c104
commit 873cb47bd5
+3 -3
View File
@@ -49,7 +49,7 @@ jobs:
- name: 🚀 Deploy to k3s
run: |
kubectl apply -f k8s/deployment.yaml
kubectl apply -f k8s/service.yaml
kubectl apply -f k8s/ingress.yaml
kubectl apply -f k8s/deployment.yml
kubectl apply -f k8s/service.yml
kubectl apply -f k8s/ingress.yml
kubectl rollout status deployment/proving-ground