Update GitLab agent context name for deployment
This commit is contained in:
parent
d382f6a46e
commit
51019e30ce
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue