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 ab09463 commit a2d625a
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 @@ -53,6 +53,6 @@ jobs:
- name: Deploy
uses: WyriHaximus/github-action-helm3@v3
with:
exec: /usr/sbin/helm upgrade jiaozifs-api --install ./chart --wait --atomic --timeout 10m --namespace jiaozifs --set-string log_level=debug --set-string db='${{secrets.DBURL}}' --set-string tag=${{ steps.version.outputs.version }}
exec: /usr/sbin/helm upgrade jiaozifs-api --install ./chart --wait --atomic --timeout 10m --namespace jiaozifs --set-string log_level=debug --dry-run --debug --set-string db='${{secrets.DBURL}}' --set-string tag=${{ steps.version.outputs.version }}
kubeconfig: ${{ secrets.KUBECONTENT }}
overrule_existing_kubeconfig: "true"

0 comments on commit a2d625a

Please sign in to comment.