vito/resources/views/application/deploy.blade.php
Saeed Vaziry 428140b931
refactoring (#116)
- refactoring architecture
- fix incomplete ssh logs
- code editor for scripts in the app
- remove Jobs and SSHCommands
2024-03-14 20:03:43 +01:00

15 lines
405 B
PHP

<div>
@if ($site->deploymentScript)
<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>