diff --git a/.platform.app.yaml b/.platform.app.yaml deleted file mode 100644 index 8924009f..00000000 --- a/.platform.app.yaml +++ /dev/null @@ -1,46 +0,0 @@ -name: app - -type: php:8.3 - -runtime: - extensions: - - apcu - - mbstring - - sodium - - -#variables: -# php: -# # uncomment on PHP 7.4+ -# #opcache.preload: config/preload.php - -build: - flavor: none - -disk: 512 - -web: - locations: - "/": - root: "public" - expires: 1h - passthru: "/index.php" - - - -mounts: - "/var": { source: local, source_path: var } - - -hooks: - build: | - set -x -e - - curl -fs https://get.symfony.com/cloud/configurator | bash - - NODE_VERSION=14 symfony-build - - deploy: | - set -x -e - - symfony-deploy diff --git a/.platform/routes.yaml b/.platform/routes.yaml deleted file mode 100644 index 90c6a1e0..00000000 --- a/.platform/routes.yaml +++ /dev/null @@ -1,2 +0,0 @@ -"https://{all}/": { type: upstream, upstream: "app:http" } -"http://{all}/": { type: redirect, to: "https://{all}/" } diff --git a/.platform/services.yaml b/.platform/services.yaml deleted file mode 100644 index 8b137891..00000000 --- a/.platform/services.yaml +++ /dev/null @@ -1 +0,0 @@ -