fix: allow configurations without web roles
This commit is contained in:
@@ -2,6 +2,7 @@ class Kamal::Commands::Healthcheck < Kamal::Commands::Base
|
||||
|
||||
def run
|
||||
web = config.role(:web)
|
||||
return unless web.present?
|
||||
|
||||
docker :run,
|
||||
"--detach",
|
||||
|
||||
Reference in New Issue
Block a user