Update GitLab agent context name for deployment

This commit is contained in:
Graham McIntire 2026-01-11 13:38:44 -06:00
parent d382f6a46e
commit 51019e30ce
No known key found for this signature in database

View file

@ -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