houdini icon indicating copy to clipboard operation
houdini copied to clipboard

[BUG] v1 does not honor settings.production.yml, it only will honor the nonprofitxxx.production.yml

Open tony-gutierrez opened this issue 4 years ago • 1 comments

Even though it indicates it is loading settings.production.yml, it instead uses settings.yml (at least for script/build.sh).

tony-gutierrez avatar Apr 13 '21 17:04 tony-gutierrez

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.

tony-gutierrez avatar Apr 13 '21 18:04 tony-gutierrez