Merge pull request #3 from celebrateyang/fsv_front

to avoid deploy stuck
This commit is contained in:
celebrateyang 2024-12-14 07:45:08 +08:00 committed by GitHub
commit e5a4536b0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -103,6 +103,10 @@ jobs:
# name: Get current helm values # name: Get current helm values
# command: | # command: |
# helm get values cobalt -n infra -o yaml > /tmp/values.yaml # helm get values cobalt -n infra -o yaml > /tmp/values.yaml
- run:
name: Delete existing deployment to avoid usually stuck
command: |
kubectl delete deployment cobalt-cobalt-chart || true
- run: - run:
name: Deploy name: Deploy
command: | command: |