Skip to content

Commit

Permalink
Merge pull request #796 from MTES-MCT/build-upsize-review-apps
Browse files Browse the repository at this point in the history
Upsize review apps
  • Loading branch information
Falinor authored Jun 26, 2024
2 parents fc93d20 + 32328da commit 5ad19ea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/review-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

# TODO: do not create it if exists
- name: Create postgres addon
run: clever addon create postgresql-addon $PR_NAME-postgres --org $ORGA_ID --plan dev --region par
run: clever addon create postgresql-addon $PR_NAME-postgres --org $ORGA_ID --plan xxs_sml --region par

- name: Create redis addon
run: clever addon create redis-addon $PR_NAME-redis --org $ORGA_ID --plan s_mono --region par
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
clever deploy -a $APP_ALIAS
- name: Scale down for the run
run: clever scale --flavor XS -a $APP_ALIAS
run: clever scale --flavor S -a $APP_ALIAS

deploy-queue:
if: github.event.action == 'opened' || github.event.action == 'reopened'
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
clever deploy -a $APP_ALIAS
- name: Scale down for the run
run: clever scale --flavor XS -a $APP_ALIAS
run: clever scale --flavor M -a $APP_ALIAS

deploy-front:
if: github.event.action == 'opened' || github.event.action == 'reopened'
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
run: clever deploy --force -a $APP_ALIAS

- name: Scale down for the run
run: clever scale --flavor XS -a $APP_ALIAS
run: clever scale --flavor S -a $APP_ALIAS

update-front:
if: github.event.action == 'synchronize'
Expand Down Expand Up @@ -303,7 +303,7 @@ jobs:
run: clever deploy --force -a $APP_ALIAS

- name: Scale down for the run
run: clever scale --flavor XS -a $APP_ALIAS
run: clever scale --flavor M -a $APP_ALIAS

delete-queue:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5ad19ea

Please sign in to comment.