fix: remove rollout stage
This commit is contained in:
parent
f5e1c8fe97
commit
41b71c13fc
1 changed files with 0 additions and 11 deletions
|
@ -14,14 +14,3 @@ pipeline:
|
|||
when:
|
||||
branch: main
|
||||
event: [push, cron, tag]
|
||||
prod:
|
||||
image: dtzar/helm-kubectl:3.10.3
|
||||
commands:
|
||||
- HOME=/root
|
||||
- mkdir -p /root/.kube
|
||||
- echo "$KUBE_CONFIG" > /root/.kube/config
|
||||
- kubectl rollout restart deployment/pyload
|
||||
secrets: [kube_config]
|
||||
when:
|
||||
branch: main
|
||||
event: [deployment, cron]
|
||||
|
|
Loading…
Add table
Reference in a new issue