diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c7751a5..fd4d210 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,8 +38,8 @@ deploy: variables: KUBE_CONTEXT: stare/infra:ovh-cluster script: - - kubectl config get-contexts - - kubectl config use-context stare/infra:ovh-cluster + - kubectl config --kubeconfig=${KUBE_CONFIG} get-contexts + - kubectl config --kubeconfig=${KUBE_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