Add coolify-builder image, initials of deployments
This commit is contained in:
6
resources/views/project/application.blade.php
Normal file
6
resources/views/project/application.blade.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<x-layout>
|
||||
<h1>Application</h1>
|
||||
<p>Name: {{ $project->name }}</p>
|
||||
<p>UUID: {{ $project->uuid }}</p>
|
||||
<livewire:deploy-application :application_uuid="$application->uuid" />
|
||||
</x-layout>
|
Reference in New Issue
Block a user