{{ data_get_str($application, 'name')->limit(10) }} > Deployment | MapleDeploy

Deployment

@if (data_get($application_deployment_queue, 'status') === 'in_progress')
Deployment is In Progress
@else
Deployment is {{ Str::headline(data_get($application_deployment_queue, 'status')) }}
@endif
No matches found.
@forelse ($this->logLines as $line) @php $lineContent = (isset($line['command']) && $line['command'] ? '[CMD]: ' : '') . trim($line['line']); $searchableContent = $line['timestamp'] . ' ' . $lineContent; @endphp
isset($line['command']) && $line['command'], 'flex gap-2 log-line', ])> {{ $line['timestamp'] }} $line['hidden'], 'text-red-500' => $line['stderr'], 'font-bold' => isset($line['command']) && $line['command'], 'whitespace-pre-wrap', ])>{{ $lineContent }}
@empty No logs yet. @endforelse