Abstracted deployment code into a job.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<div>
|
||||
@isset($activity?->id)
|
||||
<pre style="width: 100%;overflow-y: scroll;" @if ($isKeepAliveOn) wire:poll.750ms="polling" @endif>{{ data_get($activity, 'description') }}</pre>
|
||||
@endisset
|
||||
{{-- <pre style="width: 100%;overflow-y: scroll;">{{ data_get($activity, 'properties') }}</pre> --}}
|
||||
<pre style="width: 100%;overflow-y: scroll;" @if ($isKeepAliveOn) wire:poll.750ms="polling" @endif>
|
||||
{{ data_get($activity, 'description') }}
|
||||
</pre>
|
||||
</div>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<x-layout>
|
||||
<h1>Deployment</h1>
|
||||
<livewire:poll-activity :activity="$activity" />
|
||||
<livewire:poll-activity :activity="null" :deployment_uuid="$deployment_uuid" />
|
||||
</x-layout>
|
||||
|
Reference in New Issue
Block a user