Skip to content

Show syntax for multiple build secrets - #2441

Merged
kcmartin merged 1 commit into
mainfrom
docs/fix-560-multiple-build-secrets
Jul 29, 2026
Merged

Show syntax for multiple build secrets#2441
kcmartin merged 1 commit into
mainfrom
docs/fix-560-multiple-build-secrets

Conversation

@kcmartin

Copy link
Copy Markdown
Contributor

The Build Secrets doc noted that you can mount and pass multiple secrets ("You can mount multiple secrets", "You can pass multiple secrets if you need") but never showed the syntax. This adds two concrete examples: mounting several secrets in a single RUN, and repeating the --build-secret flag on fly deploy.

Closes #560

The doc noted you can mount and pass multiple secrets but never showed
how. Add explicit examples for mounting several secrets in a Dockerfile
and passing several --build-secret flags to fly deploy.
@kcmartin
kcmartin merged commit a083054 into main Jul 29, 2026
2 checks passed
@kcmartin
kcmartin deleted the docs/fix-560-multiple-build-secrets branch July 29, 2026 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document the syntax for passing multiple build secrets to fly deploy

1 participant