no strict checks

This commit is contained in:
2025-03-31 16:36:07 +00:00
parent 84074c80f0
commit 69490edb88

View File

@@ -31,6 +31,7 @@ class RunStep implements ShouldQueue
$ssh = Ssh::create('root', $server->ipv4)
->usePrivateKey(storage_path('app/private/ssh/id_ed25519'))
->disableStrictHostKeyChecking()
->onOutput(function ($output) {
$this->step->update([
'logs' => $this->step->logs . "\n" . trim($output),