Skip to content

Commit

Permalink
chore: DEV-2093: Add drush deploy:hook to phapp update commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmuit committed Nov 7, 2023
1 parent 42cbaf7 commit ae86fca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand All @@ -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

0 comments on commit ae86fca

Please sign in to comment.