Skip to content

Commit

Permalink
Merge pull request #324 from Bixal/hotfix/1.6.1
Browse files Browse the repository at this point in the history
Hotfix/1.6.1
  • Loading branch information
mattsqd authored Oct 31, 2024
2 parents 6d0ecb3 + 0572533 commit c4aa86d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .platform/applications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ bixalcom:
# The runtime the application uses.
type: 'php:8.3'

# https://docs.platform.sh/create-apps/app-reference/single-runtime-image.html#sizes
size: AUTO

dependencies:
php:
composer/composer: '^2'
Expand Down Expand Up @@ -215,6 +218,11 @@ bixalcom:
storybook:
type: nodejs:18

# https://docs.platform.sh/create-apps/app-reference/single-runtime-image.html#sizes
# Running out of resources in prod because this added a HIGH_CPU profile.
# Lower the size.
size: S

web:
locations:
'/':
Expand Down

0 comments on commit c4aa86d

Please sign in to comment.