Informative message on lock error

This commit is contained in:
Daniel Jackson
2024-01-22 09:11:17 +01:00
parent aea55480ad
commit 2d1a0dc9ba

View File

@@ -124,7 +124,7 @@ module Kamal::Cli
rescue SSHKit::Runner::ExecuteError => e rescue SSHKit::Runner::ExecuteError => e
if e.message =~ /cannot create directory/ if e.message =~ /cannot create directory/
on(KAMAL.primary_host) { puts capture_with_debug(*KAMAL.lock.status) } on(KAMAL.primary_host) { puts capture_with_debug(*KAMAL.lock.status) }
raise LockError, "Deploy lock found" raise LockError, "Deploy lock found. See https://kamal-deploy.org/docs/commands#checking-and-setting-the-lock"
else else
raise e raise e
end end