Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Releases: ChromaticHQ/ansible-deploy-drupal

Fixed failure when a settings file is removed during deploy

03 Mar 16:49
79c6b9e
Compare
Choose a tag to compare
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

05 Jan 14:38
a663eb4
Compare
Choose a tag to compare

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

21 Sep 19:29
dd801ef
Compare
Choose a tag to compare

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

10 Sep 15:00
1971b13
Compare
Choose a tag to compare

Diff: 2.1.0...2.1.1

  • Re-add cache clear to fix drush cache clear: #27
  • Remove print drush output step: #26

Use new drush deploy command

18 Aug 17:30
0c79c5d
Compare
Choose a tag to compare

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

23 Jun 13:34
7700e72
Compare
Choose a tag to compare

Diff: 1.3.4...1.3.5

  • Move cache clear for Drush: #23
  • Enable composer autoload optimization: #20

Fix/improve file directory permission handling

17 Jan 19:07
d8a40e3
Compare
Choose a tag to compare

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

01 Jul 10:12
74f705c
Compare
Choose a tag to compare

Set a release version for updated master that removed entity updates step.