Skip to content

Commit

Permalink
Merge pull request #6046 from shaneknapp/add-timeout-to-hubploy
Browse files Browse the repository at this point in the history
[DH0391] adding timeout to hubploy
  • Loading branch information
shaneknapp authored Aug 29, 2024
2 parents 0490202 + 123963d commit c44a8b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-hubs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
run: |
while read deployment; do
echo "Pretending to deploy base hub image to ${deployment} :P"
hubploy --verbose deploy ${deployment} hub staging
hubploy --verbose deploy --timeout 30m ${deployment} hub staging
done < <(python .github/scripts/determine-hub-deployments.py --only-deploy logodev)
deploy-hubs-to-prod:
Expand Down Expand Up @@ -195,5 +195,5 @@ jobs:
run: |
while read deployment; do
echo "Pretending to deploy base hub image to ${deployment} :P"
hubploy --verbose deploy ${deployment} hub prod
hubploy --verbose deploy --timeout 30m ${deployment} hub prod
done < <(python .github/scripts/determine-hub-deployments.py --only-deploy logodev)

0 comments on commit c44a8b5

Please sign in to comment.