Skip to content

Commit a2d625a

Browse files
authored
Update deployment.yml
1 parent ab09463 commit a2d625a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ jobs:
5353
- name: Deploy
5454
uses: WyriHaximus/github-action-helm3@v3
5555
with:
56-
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 }}
56+
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 }}
5757
kubeconfig: ${{ secrets.KUBECONTENT }}
5858
overrule_existing_kubeconfig: "true"

0 commit comments

Comments
 (0)