mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-21 02:41:36 +00:00
15 lines
415 B
PHP
15 lines
415 B
PHP
<div>
|
|
@if ($site->deploymentScript?->content)
|
|
<form
|
|
id="deploy"
|
|
hx-post="{{ route("servers.sites.application.deploy", ["server" => $server, "site" => $site]) }}"
|
|
hx-swap="outerHTML"
|
|
hx-select="#deploy"
|
|
>
|
|
<x-primary-button hx-disable>
|
|
{{ __("Deploy") }}
|
|
</x-primary-button>
|
|
</form>
|
|
@endif
|
|
</div>
|