mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-29 01:48:28 +00:00
Merge pull request #3 from celebrateyang/fsv_front
to avoid deploy stuck
This commit is contained in:
commit
e5a4536b0a
@ -103,6 +103,10 @@ jobs:
|
||||
# name: Get current helm values
|
||||
# command: |
|
||||
# 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:
|
||||
name: Deploy
|
||||
command: |
|
||||
|
Loading…
Reference in New Issue
Block a user