Running remote commands Sync inside Ansyc Job. Getting Output, now need to parse it.
This commit is contained in:
@@ -10,7 +10,6 @@ use Spatie\LaravelData\Data;
|
||||
class RemoteProcessArgs extends Data
|
||||
{
|
||||
public function __construct(
|
||||
public Model|null $model,
|
||||
public string $server_ip,
|
||||
public string $private_key_location,
|
||||
public string|null $deployment_uuid,
|
||||
@@ -19,6 +18,7 @@ class RemoteProcessArgs extends Data
|
||||
public string $user,
|
||||
public string $type = ActivityTypes::REMOTE_PROCESS->value,
|
||||
public string $status = ProcessStatus::HOLDING->value,
|
||||
public ?Model $model = null,
|
||||
) {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user