diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 432ccef..69b2e96 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,8 +36,8 @@ deploy: name: bitnami/kubectl:latest entrypoint: [''] script: - - kubectl config --kubeconfig=${KUBE_CONFIG} get-contexts - - kubectl config --kubeconfig=${KUBE_CONFIG} use-context stare/infra:ovh-cluster + - 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