diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 1f2e63d..55f86d5 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -49,6 +49,6 @@ jobs: - name: Deploy uses: WyriHaximus/github-action-helm3@v3 with: - exec: /usr/sbin/helm upgrade jiaozihub --install ./chart/ --namespace jiaozifs --set-string api_url=${{ secrets.JIAOZI_API_URL }} --set-string tag=${{ steps.version.outputs.version }} + exec: /usr/sbin/helm upgrade jiaozifs-ui --install ./chart/ --namespace jiaozifs --set-string api_url=${{ secrets.JIAOZI_API_URL }} --set-string tag=${{ steps.version.outputs.version }} kubeconfig: ${{ secrets.KUBECONTENT }} overrule_existing_kubeconfig: "true"