This workspace is the {isDevWorkspace ? 'dev workspace' : 'fork'} of {parentWorkspaceId} and deploys there. Pairing is managed by the workspace lineage, not by this page.
{#if Array.isArray(deployUiSettings?.include_path)}

Filter on path Only scripts, flows and apps with their path matching one of those filters will be allowed to be deployed in the deploy UI. The filters allow '*'' and '**' characters, with '*'' matching any character allowed in paths until the next slash (/) and '**' matching anything including slashes.

{#each deployUiSettings.include_path ?? [] as _, idx}
{#if pathValidationErrors[idx]}
{pathValidationErrors[idx]}
{/if}
{/each} {/if}

Filter on type You can filter which types of item can be deployed to the production workspace. By default everything is deployable.

{ if (!ev.detail) { deployUiSettings.include_type.secrets = false } }} options={{ right: 'Variables ' }} /> -
{#if hasValidationErrors} Please fix the validation errors in the path filters before saving. {/if} {#if $enterpriseLicense} {/if}