coolify/resources/views/project/application/deployment.blade.php
2023-08-11 20:19:42 +02:00

6 lines
248 B
PHP

<x-layout>
<h1 class="py-0">Deployment</h1>
<livewire:project.application.heading :application="$application" />
<livewire:project.application.deployment-logs :application_deployment_queue="$application_deployment_queue" />
</x-layout>