mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-21 19:01:37 +00:00
6 lines
180 B
PHP
6 lines
180 B
PHP
<div>
|
|
@if($site->deploymentScript?->content)
|
|
<x-primary-button wire:click="deploy" wire:loading.attr="disabled">{{ __("Deploy") }}</x-primary-button>
|
|
@endif
|
|
</div>
|