Open archiewood opened 2 months ago
I don't know if this is still the case anymore but I recall once being able to write a test while that showed boolean env vars set to "false" were being picked up as true.
See https://github.com/evidence-dev/evidence/pull/1993/files
Describe the bug
When deploying an app with a postgres connection with no ssl certificates, the sources process fails.
Reported on Slack
Steps to Reproduce
connection.yaml
.env
Logs
Workaround
To get around this in the meantime, and get your dev project to pass the build, commenting out the two ssl vars that you provide to Evidence Cloud should do (as the values in your connection.yaml values for these will kick in instead).
i.e copy your vars as usual, but prepend these two with a # , or remove them entirely