fix: save cmd output propely (merge)

This commit is contained in:
Andras Bacsai
2024-01-11 12:33:28 +01:00
parent cf9be9355f
commit b9f820cef4
4 changed files with 4 additions and 4 deletions

View File

@@ -59,7 +59,7 @@ trait ExecuteRemoteCommand
$this->application_deployment_queue->save();
if ($this->save) {
$this->saved_outputs[$this->save] = Str::of($output)->trim();
$this->saved_outputs[$this->save] .= Str::of($output)->trim();
}
});
$this->application_deployment_queue->update([