Skip to content

Commit

Permalink
[Conductor] Add ability to provision preview deployments on conductor…
Browse files Browse the repository at this point in the history
…s (#31668)

GitOrigin-RevId: d8af6ff9effcf2de093f6a09343e4ad9d51ad3ae
  • Loading branch information
jordanhunt22 authored and Convex, Inc. committed Nov 20, 2024
1 parent f0cd967 commit 969a9e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cli/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ async function deployToNewPreviewDeployment(

debug?: boolean | undefined;
debugBundlePath?: string | undefined;
partitionId?: string | undefined;
},
) {
const previewName = options.previewCreate ?? gitBranchFromEnvironment();
Expand Down Expand Up @@ -223,6 +224,7 @@ async function deployToNewPreviewDeployment(
options.configuredDeployKey,
),
identifier: previewName,
partitionId: options.partitionId,
},
});

Expand Down

0 comments on commit 969a9e5

Please sign in to comment.