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

Deployment

@if (data_get($application_deployment_queue, 'status') === 'in_progress')
Deployment is
{{ Str::headline(data_get($this->application_deployment_queue, 'status')) }}.
{{--
Logs will be updated automatically.
--}} @else
Deployment is {{ Str::headline(data_get($application_deployment_queue, 'status')) }}.
@endif
@forelse ($this->logLines as $line)
$line['command'] ?? false, 'flex gap-2 dark:hover:bg-coolgray-500 hover:bg-gray-100', ])> {{ $line['timestamp'] }} $line['hidden'], 'text-red-500' => $line['stderr'], 'font-bold' => $line['command'] ?? false, 'whitespace-pre-wrap', ])>{!! $line['line'] !!}
@empty No logs yet. @endforelse