diff --git a/src/cli/deploy.ts b/src/cli/deploy.ts index 6ea130a..21f4014 100644 --- a/src/cli/deploy.ts +++ b/src/cli/deploy.ts @@ -179,6 +179,7 @@ async function deployToNewPreviewDeployment( debug?: boolean | undefined; debugBundlePath?: string | undefined; + partitionId?: string | undefined; }, ) { const previewName = options.previewCreate ?? gitBranchFromEnvironment(); @@ -223,6 +224,7 @@ async function deployToNewPreviewDeployment( options.configuredDeployKey, ), identifier: previewName, + partitionId: options.partitionId, }, });