Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync: matching platformsh-templates/wordpress-composer #897

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion templates/wordpress-composer/files/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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. ##
Expand Down