You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found this page composer/composer#1082 for where we have to do 2 step deployment when we need to uninstall Drupal module and also remove it with composer. @mariano-dagostino suggested we could try to implement a solution from this comment: composer/composer#10824 (comment).
He said that this seemed like something we could implement in drupal-starter with a list of modules to uninstall in some sort of text file.
it makes a lot of sense and this is easy to implement with our Robo-based approach
Maybe this can be fully automated, while running the deployment.
Ask which modules are installed.
Calculate the difference which what is specified in core.extensions.yml
Uninstall the extra modules.
Continue with the deployment.
If step 3 fails we can run drush config cim and abort the deployment.
Would work on projects running on AWS and Pantheon.
To Do
Implement per ^^
The text was updated successfully, but these errors were encountered:
Issue
https://gizrateam.slack.com/archives/C37GK9VQR/p1723817283448569
Would work on projects running on AWS and Pantheon.
To Do
The text was updated successfully, but these errors were encountered: