Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't exclude local.* files from build artifact #796

Closed
geerlingguy opened this issue Dec 14, 2016 · 0 comments
Closed

Don't exclude local.* files from build artifact #796

geerlingguy opened this issue Dec 14, 2016 · 0 comments
Labels
Bug Something isn't working

Comments

@geerlingguy
Copy link
Contributor

I spent a good deal of time today trying to figure out why some configuration on my deploy environments differed from the configuration in my local environment—there was some config_split module configuration for the local environment (which needed to be on all environments) that disappeared from dev/stage/prod, causing local build failures.

I was also speaking to another developer, @msherron, who had a similar issue with some local task (e.g. the tabs on a node page) configuration that went missing from build artifacts.

The local.* gitignore and deploy-exclude.txt default configuration is a bit heavy-handed, as it will block out configuration/feature exports including any file with names like something.local.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants