This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
Releases: ChromaticHQ/ansible-deploy-drupal
Releases · ChromaticHQ/ansible-deploy-drupal
Fixed failure when a settings file is removed during deploy
Fixed failure when a settings file is removed during deploy. (#34) Added a step to "rediscover" the settings files after code changes have been pulled.
Add Second Config Import Step
Diff: 2.2.0...2.3.0
We are reverting course from when we switched to a single config import with the use of drush deploy
and re-adding a second config:import
command due to issues with deploying config splits.
Additional context can be seen on the PR in this repo and an issue within drush/drush
where I fully document the known factors.
- Add second config import #32
Add Config Sync Check Tool
Diff: 2.1.1...2.2.0
- Add tool to detect config sync issues between the tracked config in code and the active database config: #28
Re-add cache clear and cleanup drush output
Diff: 2.1.0...2.1.1
Use new drush deploy command
Diff: 1.3.5...2.0.0
- Updated role to depend on drush deploy command: #25
Fix Cache Clearing Bug & Add Composer Auto-load Optimization
Diff: 1.3.4...1.3.5
Fix/improve file directory permission handling
Uses deploydrupal_site_name
instead of default
when fixing site file directory permissions.
Adds deploydrupal_file_permission_fix_directories
variable for defining the subdirectories within a site's files
directory that need permission fixes after a site install.
Entity Updates Removed
Set a release version for updated master that removed entity updates step.