Merge pull request #146 from basecamp/tell-me-more

Deploys mention the service and version
This commit is contained in:
David Heinemeier Hansson
2023-03-23 14:38:31 +01:00
committed by GitHub
4 changed files with 37 additions and 8 deletions

View File

@@ -46,6 +46,11 @@ class Mrsk::Configuration
end
def abbreviated_version
Mrsk::Utils.abbreviate_version(version)
end
def roles
@roles ||= role_names.collect { |role_name| Role.new(role_name, config: self) }
end