Skip to content

Commit 3324f3b

Browse files
authored
chore: DEV-2093: Add drush deploy:hook to phapp update commands. (#68)
1 parent 42cbaf7 commit 3324f3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phapp.yml

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ commands:
3333
if [ -f config/sync/core.extension.yml ]; then
3434
drush phapp:apply-env-mode && drush cim -y && drush cr
3535
fi &&
36+
drush deploy:hook -y &&
3637
drush locale:check && drush locale:update
3738
install: |
3839
./scripts/init-media-icons.sh &&
@@ -47,4 +48,5 @@ commands:
4748
if [ -f config/sync/core.extension.yml ]; then
4849
drush phapp:apply-env-mode && drush cim -y && drush cr
4950
fi &&
51+
drush deploy:hook -y &&
5052
drush locale:check && drush locale:update

0 commit comments

Comments
 (0)