feat: preserve git repository

This commit is contained in:
Andras Bacsai
2024-07-18 13:14:07 +02:00
parent 1b6114036a
commit 2529496594
5 changed files with 71 additions and 8 deletions

View File

@@ -166,6 +166,11 @@
id="application.docker_compose_location" label="Docker Compose Location"
helper="It is calculated together with the Base Directory:<br><span class='dark:text-warning'>{{ Str::start($application->base_directory . $application->docker_compose_location, '/') }}</span>" />
</div>
<div class="w-96">
<x-forms.checkbox instantSave id="application.settings.is_preserve_repository_enabled"
label="Preserve Repository During Deployment"
helper="Git repository (based on the base directory settings) will be copied to the deployment directory." />
</div>
<div class="pt-4">The following commands are for advanced use cases. Only modify them if you
know what are
you doing.</div>