[update] pipeline

This commit is contained in:
2023-10-11 16:46:13 +07:00
parent 6132a4c6b6
commit 6e979255ae

View File

@@ -15,7 +15,7 @@ pipelines:
name: Deploy to kubernates
image: atlassian/pipelines-kubectl
script:
- echo $KUBE_CONFIG_DELL | base64 -d > kubeconfig
- echo $KUBE_CONFIG | base64 -d > kubeconfig
- kubectl --insecure-skip-tls-verify --kubeconfig=kubeconfig rollout restart deployment/cathaypay-web-deployment -n chp
definitions:
services: