diff --git a/products/paas/shopware/get-started/prepare-codebase.md b/products/paas/shopware/get-started/prepare-codebase.md index cfe5d1e5b..76763835d 100644 --- a/products/paas/shopware/get-started/prepare-codebase.md +++ b/products/paas/shopware/get-started/prepare-codebase.md @@ -75,7 +75,6 @@ app: php: version: "8.3" environment_variables: [] - hooks: {} services: mysql: version: "8.0" @@ -91,8 +90,11 @@ app: - name: INSTALL_LOCALE value: fr-FR scope: RUN # Supports RUN or BUILD - hooks: {} services: mysql: version: "8.0" ``` + +## Hooks Configuration + +Shopware PaaS Native uses the deployment helper to execute custom hooks for your application. To see how these hooks are configured, refer to the [Deployment Helper documentation](../../../../guides/hosting/installation-updates/deployments/deployment-helper#configuration).