From ecba17e12e743f99ca57c330cec6649b4b3ea393 Mon Sep 17 00:00:00 2001 From: Jannik Zschiesche Date: Fri, 17 Nov 2023 15:35:14 +0100 Subject: [PATCH] Add 21torr/hosting bundle --- 21torr/hosting/2.1/config/packages/hosting.yaml | 2 ++ 21torr/hosting/2.1/manifest.json | 14 ++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 21torr/hosting/2.1/config/packages/hosting.yaml create mode 100644 21torr/hosting/2.1/manifest.json diff --git a/21torr/hosting/2.1/config/packages/hosting.yaml b/21torr/hosting/2.1/config/packages/hosting.yaml new file mode 100644 index 000000000..6704c61a6 --- /dev/null +++ b/21torr/hosting/2.1/config/packages/hosting.yaml @@ -0,0 +1,2 @@ +hosting: + tier: '%env(HOSTING_TIER)%' diff --git a/21torr/hosting/2.1/manifest.json b/21torr/hosting/2.1/manifest.json new file mode 100644 index 000000000..050e52d65 --- /dev/null +++ b/21torr/hosting/2.1/manifest.json @@ -0,0 +1,14 @@ +{ + "bundles": { + "Torr\\Hosting\\HostingBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "HOSTING_TIER": "development" + }, + "gitignore": [ + "/.build-info.json" + ] +}