fix: 3
Some checks failed
CI/CD Pipeline / build (push) Failing after 42s
CI/CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
2026-04-16 18:25:08 +02:00
parent 85fc6f3a0f
commit eaaab1556e

View File

@@ -71,5 +71,5 @@ jobs:
run: |
kubectl create namespace student-${{ github.actor }} --dry-run=client -o yaml | kubectl apply -f -
kubectl apply -f k8s/ -n student-${{ github.actor }}
kubectl rollout status deployment/hello-cicd \
kubectl rollout status deployment/helloo-cicdd \
-n student-${{ github.actor }} --timeout=120s