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