Workspace to link to

Deployable items

{#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 regexpPath, idx}
{/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 $enterpriseLicense}
{/if}