App Builders don't inherit secrets from App?

Now that I realize why my --remote-only builds are failing I’m left to wonder… how is this helpful, and why isn’t there a way to make this easier. Perhaps a fly secrets copy command that can copy secrets from an app to the builder?

Is it expected that we setup the builder secrets each time? Is there a way to pass secrets to the builder from my local flyctl command line?

I can’t find any documentation on the App Builders.

This may help: Build Secrets · Fly Docs

  • Fly deploy accepts --build-secret arguments
  • You can automate the inclusion of build secrets using an ephemeral Machine
1 Like