A quick description of your strapi application
1. Platformify
touch .platform.app.yaml && mkdir -p .platform && touch .platform/routes.yaml && touch .platform/services.yamlcurl https://raw.githubusercontent.com/platformsh-templates/eleventy-strapi/master/strapi/handle_mounts.sh >> handle_mounts.shcurl https://raw.githubusercontent.com/platformsh-templates/eleventy-strapi/master/strapi/.environment >> .environment- Update
.environmentto useprimaryinstead (ENVIRONMENT=$(echo $PLATFORM_ROUTES | base64 --decode | jq -r 'to_entries[] | select(.value.primary == true) | .key')) - modify build and deploy hooks to match
eleventy-strapi