From 364de2966b5833482f6187aee91cb7a2befa02f6 Mon Sep 17 00:00:00 2001 From: platformsh-devrel Date: Wed, 24 Jan 2024 15:31:48 +0000 Subject: [PATCH 1/2] Synching platformsh-templates/wordpress-composer (ee7eda67db024b943d267b2405d73f9afeda4708). Updates templates/wordpress-composer/files/.platform.app.yaml. --- templates/wordpress-composer/files/.platform.app.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/wordpress-composer/files/.platform.app.yaml b/templates/wordpress-composer/files/.platform.app.yaml index 9ef453cf5..d555e30d4 100644 --- a/templates/wordpress-composer/files/.platform.app.yaml +++ b/templates/wordpress-composer/files/.platform.app.yaml @@ -107,6 +107,11 @@ mounts: source: local source_path: "uploads" +# More information: https://docs.platform.sh/create-apps/app-reference.html#extensions +runtime: + extensions: + - blackfire + ######################################################################################################################## ## ## ## This source operation is part of the Platform.sh process of updating and maintaining our collection of templates. ## From 726c41a9621629d001d47464819ef796df71f545 Mon Sep 17 00:00:00 2001 From: platformsh-devrel Date: Tue, 19 Mar 2024 12:54:33 +0000 Subject: [PATCH 2/2] Synching platformsh-templates/wordpress-composer (2d03efe635fec4166750c05e546b13b844c25867). Updates templates/wordpress-composer/files/.platform.app.yaml. --- templates/wordpress-composer/files/.platform.app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/wordpress-composer/files/.platform.app.yaml b/templates/wordpress-composer/files/.platform.app.yaml index d555e30d4..d57acbd7f 100644 --- a/templates/wordpress-composer/files/.platform.app.yaml +++ b/templates/wordpress-composer/files/.platform.app.yaml @@ -31,7 +31,7 @@ hooks: set -e # Copy manually-provided plugins into the plugins directory. # This allows manually-provided and composer-provided plugins to coexist. - rsync -a plugins/* wordpress/wp-content/plugins/ + rsync -a plugins/ wordpress/wp-content/plugins/ # The deploy hook is run after the app container has been started, but before it has started accepting requests. # More information: https://docs.platform.sh/create-apps/hooks/hooks-comparison.html#deploy-hook