Skip to content

Allow settings interpolation withing :env_vars values#533

Merged
kodiakhq[bot] merged 1 commit into
mainfrom
nested-inter
Apr 26, 2026
Merged

Allow settings interpolation withing :env_vars values#533
kodiakhq[bot] merged 1 commit into
mainfrom
nested-inter

Conversation

@mattbrictson

Copy link
Copy Markdown
Owner

References within hash values are now interpolated. This is useful for setting :env_vars:

set env_vars: {
  DATABASE_URL: "sqlite:%{shared_path}/production.db"
}
# => { DATABASE_URL: "/var/www/my-app/shared/production.db" }

@mattbrictson mattbrictson added ✨ Feature Adds a new feature automerge Automatically merge this PR once all required checks pass labels Apr 26, 2026
@kodiakhq kodiakhq Bot merged commit 19a183c into main Apr 26, 2026
9 checks passed
@kodiakhq kodiakhq Bot deleted the nested-inter branch April 26, 2026 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Automatically merge this PR once all required checks pass ✨ Feature Adds a new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant