Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
juliamrch committed Nov 29, 2023
1 parent 9052c09 commit eaead85
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/review-app.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
name: Review app on pull request

on:
pull_request:
branches: main
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}

jobs:
deploy:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -37,7 +42,5 @@ jobs:
run: clever create --type static-apache ${{ env.BRANCH_NAME }} --alias ${{ env.BRANCH_NAME }} --region par --org ${{secrets.ORGA_ID}}
- id: link
run: clever link --org ${{secrets.ORGA_ID}} ${{ env.BRANCH_NAME }} --alias ${{ env.BRANCH_NAME }} && clever scale --flavor XS
name: Review app on pull request
'on':
pull_request:
branches: main## Script might not be operational (WIP)


0 comments on commit eaead85

Please sign in to comment.