Updating ACSF - NCIOCPL/cgov-digital-platform GitHub Wiki
composer require drupal/acsf --update-with-dependencies
- ENSURE YOU HAVE NO OTHER PENDING GIT CHANGES!!!
drush --include=/var/www/docroot/modules/contrib/acsf/acsf_init --root="/var/www/docroot" -y acsf-init
drush --include=/var/www/docroot/modules/contrib/acsf/acsf_init acsf-init-verify
to check if everything is Good To Go.
- Check out the git status of the changes to make sure there is nothing ACE related that it broke... e.g. our post-code-deploy script...
- Commit your changes.