No need for run_id

This commit is contained in:
Donal McBreen
2024-09-12 14:31:21 +01:00
parent 109339189a
commit cb73c730f9
3 changed files with 0 additions and 10 deletions

View File

@@ -189,10 +189,6 @@ class Kamal::Configuration
raw_config.readiness_delay || 7
end
def run_id
@run_id ||= SecureRandom.hex(16)
end
def run_directory
".kamal"