Merge pull request #1105 from igor-alexandrov/ruby-version-example

Updated deploy.yml template to fetch the Ruby version automatically
This commit is contained in:
Donal McBreen
2024-11-21 14:50:11 +00:00
committed by GitHub

View File

@@ -36,6 +36,9 @@ registry:
# Configure builder setup. # Configure builder setup.
builder: builder:
arch: amd64 arch: amd64
# Pass in additional build args needed for your Dockerfile.
# args:
# RUBY_VERSION: <%= File.read('.ruby-version').strip %>
# Inject ENV variables into containers (secrets come from .kamal/secrets). # Inject ENV variables into containers (secrets come from .kamal/secrets).
# #