DX-5119: Execute drush deploy:hook
at the end of blt drupal:update
#4522
Labels
Enhancement
A feature or feature request
When running
blt drupal:update
we are currently missing a way to execute post update hooks after config import. Support forhook_deploy_NAME()
has been added 2 years ago to Drush (ref. drush deploy command).There was a feature request to completely replace
blt drupal:update
withdrush deploy
in #4252 but this idea was abandoned since we would lose the more advanced use cases that are supported inblt drupal:update
(such as allowing separate core-only and config-split config management strategies).Describe the solution you'd like
We are already doing the majority of the steps done by
drush deploy
, except running the deploy hooks. Would it be perhaps a good idea to rundrush deploy:hook
at the end of our currentblt drupal:update
process? This way we can keep our advanced use cases, and still offer a "standard" way for site owners to run update hooks after importing config.The text was updated successfully, but these errors were encountered: