Skip to content

Commit

Permalink
Specify the python-version used by the clever-deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisfreitag committed Nov 5, 2024
1 parent 969194a commit 1a4beb3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/review-app-creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ jobs:
# but we want to use the one from c1-deployment-config
$CLEVER_CLI env rm CC_PYTHON_VERSION
- name: 💂 Install Python
uses: actions/setup-python@v5
with:
python-version: "3.12"

- name: 🚀 Deploy to Clever Cloud
timeout-minutes: 15
run: |
Expand Down Expand Up @@ -126,6 +131,11 @@ jobs:
run:
$CLEVER_CLI env set SKIP_FIXTURES true

- name: 💂 Install Python
uses: actions/setup-python@v5
with:
python-version: "3.12"

- name: 🚀 Deploy to Clever Cloud
timeout-minutes: 15
run: scripts/clever-deploy --clever-cli "$CLEVER_CLI" --branch "$BRANCH" --app-alias "$REVIEW_APP_NAME"

0 comments on commit 1a4beb3

Please sign in to comment.