Hello,
I’m trying to deploy an app that makes use of several System.get_env
calls to fetch things like API keys and OAuth credentials. It all works fine locally and I saved the variables to Fly secrets, but can’t seem to read them via System.get_env
in my config.exs
when the app attempts to build. I’ve also tried adding my secrets as --build-arg
s and still no luck. I feel like I’m probably missing something obvious here…
Thanks for any help!