Skip to content

Commit

Permalink
divide setpes
Browse files Browse the repository at this point in the history
  • Loading branch information
juliamrch committed Nov 29, 2023
1 parent 8f1ced8 commit 9634d5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/review-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
CLEVER_SECRET: ${{ secrets.CLEVER_SECRET }}
CLEVER_TOKEN: ${{ secrets.CLEVER_TOKEN }}
#ORGA_ID: ${{ secrets.ORGA_ID }}
HUGO_VERSION:
HUGO_VERSION: ${{ secrets.HUGO_VERSION }}

jobs:
deploy:
Expand Down Expand Up @@ -42,6 +42,6 @@ jobs:
- name: composer
run: clever env set CC_COMPOSER_VERSION "2"
- name: domain
run: clever domain add clever-doc-preprod-${{ env.BRANCH_NAME }}-${{env.RANDOM}}.cleverapps.io
run: clever domain add clever-doc-preprod-${{ env.BRANCH_NAME }}-${{ env.RANDOM }}.cleverapps.io
- name: Set up app
run: clever deploy -b ${{ env.BRANCH_NAME }}

0 comments on commit 9634d5e

Please sign in to comment.