Closed (fixed)
Project:
Config Preview Deploy
Version:
1.x-dev
Component:
Code
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Jul 2025 at 14:06 UTC
Updated:
22 Jul 2025 at 14:34 UTC
Jump to comment: Most recent
Some configuration vaules might differ on preview environments, e.g. due to some automated setup changes. Still this changes should not be pushed to production
Support excluding this config via config.ignore - or add a separate ignore configuation.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
fagoI made this work with the current config_ignore code, by re-using the event-subscriber class with dfiferent dependencies. That's not very nice, but works without requiring us to re-invent lots of config-ignore logic.
I created #3534690: Allow working with different storage during export to hopefully find a better solution on the long-run, but for now this seems good enough. I tested the change manually and it works fine! During rebase the ignored changes are kept, during deployment ignored
Comment #4
arthur_lorenz commentedNice approach! I have nothing to add!
Comment #6
fago