From ae86fcae958632dcfb650d96f3006e5b7d41af89 Mon Sep 17 00:00:00 2001 From: Roderik Muit Date: Tue, 7 Nov 2023 15:00:15 +0100 Subject: [PATCH] chore: DEV-2093: Add drush deploy:hook to phapp update commands. --- phapp.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phapp.yml b/phapp.yml index 06cd4c11da..aea44a7f40 100644 --- a/phapp.yml +++ b/phapp.yml @@ -33,6 +33,7 @@ commands: if [ -f config/sync/core.extension.yml ]; then drush phapp:apply-env-mode && drush cim -y && drush cr fi && + drush deploy:hook -y && drush locale:check && drush locale:update install: | ./scripts/init-media-icons.sh && @@ -47,4 +48,5 @@ commands: if [ -f config/sync/core.extension.yml ]; then drush phapp:apply-env-mode && drush cim -y && drush cr fi && + drush deploy:hook -y && drush locale:check && drush locale:update