diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 0b8ae3f..9ba75e8 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -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: