fix: order for git deploy types
This commit is contained in:
@@ -83,6 +83,11 @@
|
|||||||
<x-forms.checkbox instantSave id="is_buildtime"
|
<x-forms.checkbox instantSave id="is_buildtime"
|
||||||
helper="Make this variable available during Docker build process. Useful for build secrets and dependencies."
|
helper="Make this variable available during Docker build process. Useful for build secrets and dependencies."
|
||||||
label="Available at Buildtime" />
|
label="Available at Buildtime" />
|
||||||
|
@endif
|
||||||
|
<x-forms.checkbox instantSave id="is_runtime"
|
||||||
|
helper="Make this variable available in the running container at runtime."
|
||||||
|
label="Available at Runtime" />
|
||||||
|
@if (!$env->is_nixpacks)
|
||||||
<x-forms.checkbox instantSave id="is_multiline" label="Is Multiline?" />
|
<x-forms.checkbox instantSave id="is_multiline" label="Is Multiline?" />
|
||||||
@if ($is_multiline === false)
|
@if ($is_multiline === false)
|
||||||
<x-forms.checkbox instantSave id="is_literal"
|
<x-forms.checkbox instantSave id="is_literal"
|
||||||
@@ -90,9 +95,6 @@
|
|||||||
label="Is Literal?" />
|
label="Is Literal?" />
|
||||||
@endif
|
@endif
|
||||||
@endif
|
@endif
|
||||||
<x-forms.checkbox instantSave id="is_runtime"
|
|
||||||
helper="Make this variable available in the running container at runtime."
|
|
||||||
label="Available at Runtime" />
|
|
||||||
@endif
|
@endif
|
||||||
@endif
|
@endif
|
||||||
@endif
|
@endif
|
||||||
@@ -132,7 +134,6 @@
|
|||||||
<x-forms.checkbox disabled id="is_runtime"
|
<x-forms.checkbox disabled id="is_runtime"
|
||||||
helper="Make this variable available in the running container at runtime."
|
helper="Make this variable available in the running container at runtime."
|
||||||
label="Available at Runtime" />
|
label="Available at Runtime" />
|
||||||
|
|
||||||
<x-forms.checkbox disabled id="is_multiline" label="Is Multiline?" />
|
<x-forms.checkbox disabled id="is_multiline" label="Is Multiline?" />
|
||||||
<x-forms.checkbox disabled id="is_literal"
|
<x-forms.checkbox disabled id="is_literal"
|
||||||
helper="This means that when you use $VARIABLES in a value, it should be interpreted as the actual characters '$VARIABLES' and not as the value of a variable named VARIABLE.<br><br>Useful if you have $ sign in your value and there are some characters after it, but you would not like to interpolate it from another value. In this case, you should set this to true."
|
helper="This means that when you use $VARIABLES in a value, it should be interpreted as the actual characters '$VARIABLES' and not as the value of a variable named VARIABLE.<br><br>Useful if you have $ sign in your value and there are some characters after it, but you would not like to interpolate it from another value. In this case, you should set this to true."
|
||||||
|
Reference in New Issue
Block a user