Update build server and swarm support messages

This commit is contained in:
Andras Bacsai
2024-01-17 14:06:41 +01:00
parent 3878527de8
commit c5f3398b73
3 changed files with 4 additions and 4 deletions

View File

@@ -7,8 +7,8 @@
<div class="flex flex-col pt-4 ">
<h4>General</h4>
<x-forms.checkbox
helper="Use a build server to build your application. You can configure your build server in the Server settings."
instantSave id="application.settings.is_build_server_enabled" label="Use a Build Server?" />
helper="Use a build server to build your application. You can configure your build server in the Server settings. This is experimental."
instantSave id="application.settings.is_build_server_enabled" label="Use a Build Server? (experimental)" />
@if ($application->git_based())
<x-forms.checkbox helper="Automatically deploy new commits based on Git webhooks." instantSave
id="application.settings.is_auto_deploy_enabled" label="Auto Deploy" />