diff --git a/docs/configuration/environment-variables.md b/docs/configuration/environment-variables.md index a3bde24..951bfd1 100644 --- a/docs/configuration/environment-variables.md +++ b/docs/configuration/environment-variables.md @@ -22,7 +22,7 @@ env: Kamal uses dotenv to automatically load environment variables set in the `.kamal/secrets` file. -If you are using destinations, secrets will instead be read from `.kamal/secrets-` if it exists. +If you are using destinations, secrets will instead be read from `.kamal/secrets.` if it exists. Common secrets across all destinations can be set in `.kamal/secrets-common`. diff --git a/docs/upgrading/secrets-changes.md b/docs/upgrading/secrets-changes.md index ce00605..dcddd51 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` if it is not found. ## [Interpolating secrets](#interpolating-secrets)