diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fdf93765..84194fd9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,7 +46,7 @@ deploy: entrypoint: [""] script: - kubectl config get-contexts - - kubectl config use-context towerops/towerops:towerops + - kubectl config use-context towerops/towerops:home-cluster-glab-agent # Deploy new version (migrations run on app start) - kubectl set image deployment/towerops towerops=$CI_REGISTRY_IMAGE:$CI_COMMIT_SHA -n towerops - kubectl rollout status deployment/towerops -n towerops --timeout=5m