Skip to content

Commit

Permalink
github: add 10 minutes timeout to deploy step
Browse files Browse the repository at this point in the history
After 10 minutes it is unlikely to succeed
  • Loading branch information
xavfernandez committed Sep 18, 2024
1 parent f9c0539 commit b29ed68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/review-app-creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
$CLEVER_CLI env rm CC_PYTHON_VERSION
- name: 🚀 Deploy to Clever Cloud
timeout-minutes: 10
run: |
$CLEVER_CLI link $REVIEW_APP_NAME --org itou_review_apps
git remote add review_app $($CLEVER_CLI applications --json | jq --raw-output .[0].deploy_url)
Expand Down Expand Up @@ -131,6 +132,7 @@ jobs:
$CLEVER_CLI env set SKIP_FIXTURES true

- name: 🚀 Deploy to Clever Cloud
timeout-minutes: 10
run: |
$CLEVER_CLI link $REVIEW_APP_NAME --org itou_review_apps
git remote add review_app $($CLEVER_CLI applications --json | jq --raw-output .[0].deploy_url)
Expand Down

0 comments on commit b29ed68

Please sign in to comment.