Fixed naming issue

This commit is contained in:
Teodor
2026-05-07 18:25:02 +02:00
parent 74468e41ea
commit c67720a2b1

View File

@@ -37,7 +37,7 @@ deploy_stage:
- echo "$KUBECONFIGCONTENT" > ~/.kube/config
- chmod 600 ~/.kube/config
script:
- kubectl apply -f k8s/stage/
- kubectl apply -f manifests/stage/
- kubectl set image deployment/flask-app flask-app=$CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA -n stage
- kubectl rollout status deployment/flask-app -n stage
environment: