Skip to content

Commit

Permalink
Update deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lazhenyi authored Sep 27, 2024
1 parent b64a0f2 commit 88b8cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 88b8cf0

Please sign in to comment.