From 19317afc51bb6f9694e252c865ab25e260caeb75 Mon Sep 17 00:00:00 2001 From: "Mingor(100757)" Date: Wed, 18 Sep 2024 16:01:17 +0800 Subject: [PATCH] done. --- .github/workflows/auto-ci-cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-ci-cd.yaml b/.github/workflows/auto-ci-cd.yaml index ae012c2..18cde3c 100644 --- a/.github/workflows/auto-ci-cd.yaml +++ b/.github/workflows/auto-ci-cd.yaml @@ -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