dont wait for deploy
This commit is contained in:
parent
d78c42c8f4
commit
e7c62a1e4a
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ deploy:
|
|||
# Deploy new version (migrations run on app start)
|
||||
- kubectl set image deployment/towerops towerops=$CI_REGISTRY_IMAGE:$CI_COMMIT_SHA -n towerops
|
||||
- kubectl set env deployment/towerops DEPLOY_TIMESTAMP=$DEPLOY_TIMESTAMP -n towerops
|
||||
- kubectl rollout status deployment/towerops -n towerops --timeout=5m
|
||||
# Don't wait for rollout completion - let Kubernetes handle it asynchronously
|
||||
environment:
|
||||
name: production
|
||||
kubernetes:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue