Skip to content

Commit

Permalink
Merge pull request #178 from GitDataAI/ZhenYiao-patch-1
Browse files Browse the repository at this point in the history
fix deps timeout for 2m to 5m
  • Loading branch information
lazhenyi authored Sep 27, 2024
2 parents 15178b3 + a8c100f commit ab09463
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 2m --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 --set-string db='${{secrets.DBURL}}' --set-string tag=${{ steps.version.outputs.version }}
kubeconfig: ${{ secrets.KUBECONTENT }}
overrule_existing_kubeconfig: "true"

0 comments on commit ab09463

Please sign in to comment.