Skip to content

Commit

Permalink
Updated config
Browse files Browse the repository at this point in the history
  • Loading branch information
clausbruun committed Dec 18, 2023
1 parent 2bf9543 commit 0c13b78
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ relationships:
disk: 2048

# The mounts that will be performed when the package is deployed.
# Some of these mounts share the same path with pre-existing directories,
# resulting in warnings during the build phase. The file structure and
# mounts adhere to Platform.sh's documentation, hence these warnings
# are deliberate and part of the intentional configuration.
# See: https://docs.platform.sh/guides/laravel/deploy/configure.html
# & https://github.com/platformsh-templates/laravel
mounts:
"storage/app/public":
source: local
Expand Down Expand Up @@ -71,5 +77,3 @@ variables:
env:
APP_NAME: 'Material list'
APP_ENV: production
APP_DEBUG: true
ADGANGSPLATFORMEN_DRIVER: testing

0 comments on commit 0c13b78

Please sign in to comment.