Skip to content

Commit fe44d60

Browse files
authored
Merge pull request #11 from toddaheath/fix/prod-helm-timeout
fix: increase prod Helm deploy timeout to 10m
2 parents 786e6c2 + bba1e00 commit fe44d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ jobs:
9999
--set ui.image.repository=${{ env.REGISTRY }}/${{ github.repository_owner }}/shed-builder-ui \
100100
--set ui.image.tag=${{ needs.build-and-push.outputs.image-tag }} \
101101
--set postgres.password=${{ secrets.DB_PASSWORD }} \
102-
--wait --timeout 5m
102+
--wait --timeout 10m

0 commit comments

Comments
 (0)