Party details lost after `drush deploy`
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3585282. --> Reported by: [progga](https://www.drupal.org/user/163062) Related to !31 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Party details such as colour, URL, abbreviation, etc. from the localgov_elections_uk_parties submodule disappears after `drush deploy`.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>On a local site:<br> - composer require drupal/localgov_elections<br> - drush pm:install --yes localgov_elections_uk_parties<br> - drush config:export --yes<br> - git commit, etc.</p> <p>On a dev site:<br> - git pull, etc.<br> - drush deploy<br> - Check the taxonomy terms in the localgov_parties vocabulary. Besides their party name, other details such as party colour are missing.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>A <a href="https://github.com/drush-ops/drush/blob/bb36237cf3ec266e4304da2da380365e2f4ed090/drush.api.php">drush deploy hook</a> may help.</p>
issue