From f537e969a67ebc1052a9d1d3fc52a4813536e5a2 Mon Sep 17 00:00:00 2001 From: Bojan Kucera Date: Fri, 6 Jun 2025 08:57:34 -0400 Subject: [PATCH] try again --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4557903..c7751a5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,6 +38,8 @@ deploy: variables: KUBE_CONTEXT: stare/infra:ovh-cluster script: + - kubectl config get-contexts + - kubectl config use-context stare/infra:ovh-cluster - kubectl get pods - kubectl rollout restart deployment/proxy-detection-api - kubectl rollout status deployment/proxy-detection-api --timeout=300s