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