{{ 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)
isset($line['command']) && $line['command'], 'flex gap-2 dark:hover:bg-coolgray-500 hover:bg-gray-100', ])> {{ $line['timestamp'] }} $line['hidden'], 'text-red-500' => $line['stderr'], 'font-bold' => isset($line['command']) && $line['command'], 'whitespace-pre-wrap', ])>{!! (isset($line['command']) && $line['command'] ? '[CMD]: ' : '') . trim($line['line']) !!}
@empty No logs yet. @endforelse