Skip to content

Commit

Permalink
idem
Browse files Browse the repository at this point in the history
  • Loading branch information
juliamrch committed Nov 29, 2023
1 parent f92fffb commit 50f1b96
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/review-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,15 @@ env:
HUGO_VERSION:

jobs:
setup:
deploy:
runs-on: ubuntu-latest
steps:
- id: install
- name: install
run: npm install -g clever-tools
- id: connect
- name: connect
run: clever login --token ${{ env.CLEVER_TOKEN }} --secret ${{ env.CLEVER_SECRET }}
- id: create
- name: create
run: clever create --type static-apache ${{ env.BRANCH_NAME }} --alias ${{ env.BRANCH_NAME }} --region par --org ${{secrets.ORGA_ID}}
set-env:
runs-on: ubuntu-latest
steps:
- name: prebuild
run: clever env set CC_PRE_BUILD_HOOK "./clevercloud-deploy-script.sh"
- name: index
Expand All @@ -42,9 +39,6 @@ jobs:
run: clever env set CC_COMPOSER_VERSION "2"
- name: domain
run: clever domain add ${{ env.BRANCH_NAME }}.cleverapps.io
deploy:
runs-on: ubuntu-latest
steps:
- name: link
run: clever link ${{ env.BRANCH_NAME }} --alias ${{ env.BRANCH_NAME }} && clever scale --flavor XS
- name: Set up app
Expand Down

0 comments on commit 50f1b96

Please sign in to comment.