Skip to content

Commit

Permalink
Correct documentation for shared secrets with destinations
Browse files Browse the repository at this point in the history
	When using multiple deployment destinations, the fallback file for shared
	secrets isn't .kamal/secrets but .kamal/secrets-common.
  • Loading branch information
AlexB52 committed Oct 6, 2024
1 parent 3518303 commit b91d9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/upgrading/secrets-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Secrets changes

Secrets have moved from `.env`/`.env.rb` to `.kamal/secrets`.

If you are using destinations, secrets will be read from `.kamal/secrets.<DESTINATION>` first or `.kamal/secrets` if it is not found.
If you are using destinations, secrets will be read from `.kamal/secrets.<DESTINATION>` first or `.kamal/secrets-common` if it is not found.

## [Interpolating secrets](#interpolating-secrets)

Expand Down

0 comments on commit b91d9a8

Please sign in to comment.