basecamp / kamal-site

kamal-deploy.org
https://kamal-deploy.org
52 stars 58 forks source link

Update docs with correct secret file paths for destination-specific secrets #106

Closed visini closed 1 week ago

visini commented 1 week ago

Destination-specific secret files are actually looked up with a dot prefix (e.g., secrets.production) instead of a hyphen prefix (e.g., secrets-production, as currently pointed out in the docs), according to https://github.com/basecamp/kamal/blob/8c32e6af07356031ffbad2e8eb60169904bc5e52/lib/kamal/secrets.rb#L10