Update .gitea/workflows/test.yml
Some checks failed
Flask CI/CD Pipeline / format-and-auto-fix (push) Successful in 16s
Flask CI/CD Pipeline / test-and-verify (push) Successful in 33s
Flask CI/CD Pipeline / build-scan-and-push-image (push) Successful in 33s
Flask CI/CD Pipeline / deploy-to-k3s (push) Failing after 6s

This commit is contained in:
2026-04-16 20:16:33 +00:00
parent 8a4f454b3c
commit d90a98f241

View File

@@ -221,7 +221,7 @@ jobs:
- name: Apply Kubernetes manifest
run: |
kubectl apply -f arcade.yaml
kubectl apply -f /home/lionel/manifests/arcade/arcade.yaml
- name: Wait for rollout
run: |