From b91d9a8623ce8d43340dfdbd9e2c4804a048908b Mon Sep 17 00:00:00 2001 From: Alexandre Barret Date: Sun, 6 Oct 2024 16:08:02 +1300 Subject: [PATCH] Correct documentation for shared secrets with destinations When using multiple deployment destinations, the fallback file for shared secrets isn't .kamal/secrets but .kamal/secrets-common. --- docs/upgrading/secrets-changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrading/secrets-changes.md b/docs/upgrading/secrets-changes.md index 4880267..233eb96 100644 --- a/docs/upgrading/secrets-changes.md +++ b/docs/upgrading/secrets-changes.md @@ -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.` first or `.kamal/secrets` if it is not found. +If you are using destinations, secrets will be read from `.kamal/secrets.` first or `.kamal/secrets-common` if it is not found. ## [Interpolating secrets](#interpolating-secrets)