Skip to content

Commit

Permalink
Merge pull request #124 from AlexB52/update-doc-upgrading-secrets-cha…
Browse files Browse the repository at this point in the history
…nges

Correct documentation for shared secrets with destinations
  • Loading branch information
dhh authored Oct 11, 2024
2 parents 2310d0c + b91d9a8 commit 87ba209
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 87ba209

Please sign in to comment.