fix(cd): 修正 namespace awoooi → awoooi-prod
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
4
.github/workflows/cd.yaml
vendored
4
.github/workflows/cd.yaml
vendored
@@ -105,8 +105,8 @@ jobs:
|
||||
|
||||
- name: Wait for rollout
|
||||
run: |
|
||||
kubectl rollout status deployment/awoooi-web -n awoooi --timeout=300s
|
||||
kubectl rollout status deployment/awoooi-api -n awoooi --timeout=300s
|
||||
kubectl rollout status deployment/awoooi-web -n awoooi-prod --timeout=300s
|
||||
kubectl rollout status deployment/awoooi-api -n awoooi-prod --timeout=300s
|
||||
|
||||
- name: Health check
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user