dont wait for deploy

This commit is contained in:
Graham McIntire 2026-01-18 17:17:43 -06:00
parent d78c42c8f4
commit e7c62a1e4a
No known key found for this signature in database

View file

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