Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hunjixin committed Jan 24, 2024
1 parent 07cf0fa commit 8dbcfa4
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 @@ -54,6 +54,6 @@ jobs:
- name: Deploy
uses: WyriHaximus/github-action-helm3@v3
with:
exec: helm upgrade jiaozifs-api --install ./chart --wait --atomic ${{ secrets.JIAOZIFS_API_ARGS }} tag=${{ steps.version.outputs.version }}
exec: helm upgrade jiaozifs-api --install ./chart --wait --atomic --namespace jiaozifs --debug --set-string log_level=debug --set-string db='${{secrets.DBURL}}' --set-string tag=${{ steps.version.outputs.version }}
kubeconfig: ${{ secrets.KUBECONTENT }}
overrule_existing_kubeconfig: "true"

0 comments on commit 8dbcfa4

Please sign in to comment.