mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
6 lines
275 B
PHP
6 lines
275 B
PHP
<x-layout>
|
|
<h1>Deployment</h1>
|
|
<x-applications.navbar :applicationId="$application->id" :gitBranchLocation="$application->gitBranchLocation" />
|
|
<livewire:project.application.poll-deployment :activity="$activity" :deployment_uuid="$deployment_uuid" />
|
|
</x-layout>
|