fix
Some checks failed
CI/CD Pipeline / build (push) Successful in 1m37s
CI/CD Pipeline / deploy (push) Failing after 2m47s

This commit is contained in:
2026-04-30 19:04:07 +02:00
parent ff1176f1aa
commit 186a2877ef

View File

@@ -66,10 +66,10 @@ jobs:
- name: Update image tag u manifestu
run: |
TAG=$(cat tag.txt)
sed -i "s|image:.*|image: $IMAGE:$TAG|" k8s/deployment.yaml
sed -i "s|image:.*|image: $IMAGE:$TAG|" k8s/moj-servis/deployment.yaml
- name: Deploy na k3s
run: |
kubectl apply -f k8s/ -n student-marijanela218
kubectl apply -f k8s/moj-servis/ -n student-marijanela218
kubectl rollout status deployment/helloo-cicdd \
-n student-marijanela218 --timeout=120s