coolify/resources/views/project/application/deployment.blade.php

6 lines
248 B
PHP
Raw Normal View History

2023-04-26 13:01:09 +02:00
<x-layout>
2023-05-22 22:30:33 +02:00
<h1 class="py-0">Deployment</h1>
2023-08-07 18:46:40 +02:00
<livewire:project.application.heading :application="$application" />
2023-06-30 15:57:40 +02:00
<livewire:project.application.deployment-logs :application_deployment_queue="$application_deployment_queue" />
2023-04-26 13:01:09 +02:00
</x-layout>