houdini
houdini copied to clipboard
[BUG] v1 does not honor settings.production.yml, it only will honor the nonprofitxxx.production.yml
Even though it indicates it is loading settings.production.yml, it instead uses settings.yml (at least for script/build.sh).
This isn't accurate. It looks like various pieces of information come from various config files, depending on what compiles them into views. For example, project name, api host, etc. The only way I found to make it work was to delete all configs except xxxnonprofitxxx.yml and use that for all settings. This eliminates the possibility of having a dev and prod environment in the same repo.