Skip to content

Commit

Permalink
Merge pull request #1368 from basecamp/error-free-ruby-version-comment
Browse files Browse the repository at this point in the history
Don't read a file in sample deploy.yml
  • Loading branch information
djmb authored Jan 20, 2025
2 parents 459c736 + 34050f1 commit 080fa49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kamal/cli/templates/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ builder:
arch: amd64
# Pass in additional build args needed for your Dockerfile.
# args:
# RUBY_VERSION: <%= File.read('.ruby-version').strip %>
# RUBY_VERSION: <%= ENV["RBENV_VERSION"] || ENV["rvm_ruby_string"] || "#{RUBY_ENGINE}-#{RUBY_ENGINE_VERSION}" %>

# Inject ENV variables into containers (secrets come from .kamal/secrets).
#
Expand Down

0 comments on commit 080fa49

Please sign in to comment.