Do not invoke healthcheck on deploy when no web role
This commit is contained in:
@@ -2,7 +2,6 @@ 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