From be4f722bdbd3bd5815578d309c711932c5c4529f Mon Sep 17 00:00:00 2001 From: Marijanela Date: Thu, 30 Apr 2026 19:12:41 +0200 Subject: [PATCH] fix 1 --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 1273076..89781ff 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -70,6 +70,6 @@ jobs: - name: Deploy na k3s run: | - kubectl apply -f k8s/moj-servis/ -n student-marijanela218 + kubectl apply -f k8s/ -n student-marijanela218 kubectl rollout status deployment/helloo-cicdd \ -n student-marijanela218 --timeout=120s \ No newline at end of file