Add coolify-builder image, initials of deployments

This commit is contained in:
Andras Bacsai
2023-03-28 22:13:08 +02:00
parent 593f1acf10
commit 8e0c1027bb
17 changed files with 299 additions and 140 deletions

View File

@@ -0,0 +1,3 @@
<div>
<button wire:click='deploy'>Deploy</button>
</div>

View File

@@ -0,0 +1,8 @@
<div>
@isset($activity?->id)
<div>
Activity: <span>{{ $activity?->id ?? 'waiting' }}</span>
</div>
<pre style="width: 100%;overflow-y: scroll;" @if ($isKeepAliveOn) wire:poll.750ms="polling" @endif>{{ data_get($activity, 'description') }}</pre>
@endisset
</div>