ytgov / yukon-ca

New version of Yukon.ca, built on Drupal 10
1 stars 1 forks source link

Finish phase D #463

Closed leeomara closed 1 month ago

leeomara commented 1 month ago

This is based on these merge requests:

Deployment instructions

Mostly aggregated from the above pull requests.

  1. Merge the PR

  2. Run the npm run build command inside [web-root]/docroot/themes/custom/yukonca_glider

  3. Run drush cim -y.

  4. Import basic_page, basic_page_translations and legacy_page_news :

    terminus drush yukon-drupal-10.develop -- migrate:import --update yukon_migrate_basic_page terminus drush yukon-drupal-10.develop -- migrate:import --update yukon_migrate_basic_page_translations terminus drush yukon-drupal-10.develop -- migrate:import --update --group=legacy_page_news

  5. Clear Drupal cache using drush cr.