Fly Secrets and Python Decouple

Okay. So, to clarify things:

  1. If you run fly ssh console -C env, you see your secrets.
  2. If your secret is in the .env file, everything works.
  3. Your deploy is failing.

Is it failing while building a docker image? Docker builders, IIRC, do not have access to secrets. Release commands and running apps do, but not docker builders.

If you feel comfortable doing this, posting information like logs of failed commands (obviously not the output of env though!!) might get you more help as well.

1 Like