done.
Some checks failed
CI/CD / build-and-deploy (push) Failing after 59s

This commit is contained in:
Mingor(100757) 2024-09-18 16:01:17 +08:00
parent 9920b965dd
commit 19317afc51

View File

@ -45,7 +45,7 @@ jobs:
- name: deploy to cluster
uses: steebchen/kubectl@v2.0.0
with:
config: ${{ secrets.KUBE_CONFIG_DATA }}
config: ${{ secrets.NROP_K8S_CONFIG_DATA }}
command: set image --record deployment/vue-cicd-k8s-sample vue-deploy-k8s=registry.cn-guangzhou.aliyuncs.com/acme_nrop/vue-cicd-k8s-sample:${{ github.sha }}
- name: verify deployment
uses: steebchen/kubectl@v2.0.0