diff --git a/src/commands/src/scripts/local-build/utils/create-job.ts b/src/commands/src/scripts/local-build/utils/create-job.ts index 2a06538a5e..8cb9c2488d 100644 --- a/src/commands/src/scripts/local-build/utils/create-job.ts +++ b/src/commands/src/scripts/local-build/utils/create-job.ts @@ -43,9 +43,9 @@ export function createLocalJob({ newHead: commit.sha, urlSlug: branchName, prefix: '', - project: project, + project: 'testingRelease3', pathPrefix: `${project}/docsworker-xlarge/${branchName}`, - mutPrefix: project, + mutPrefix: 'testingRelease2', directory: directory, }, logs: [], diff --git a/src/commands/src/shared/next-gen-deploy.ts b/src/commands/src/shared/next-gen-deploy.ts index 5d86baf738..93ef2f3f85 100644 --- a/src/commands/src/shared/next-gen-deploy.ts +++ b/src/commands/src/shared/next-gen-deploy.ts @@ -33,7 +33,7 @@ export async function nextGenDeploy({ args: [ 'public', bucket, - `--prefix=${mutPrefix}`, + `--prefix=testinReleaseg4/${mutPrefix}`, '--deploy', `--deployed-url-prefix=${url}`, '--json', diff --git a/src/commands/src/shared/next-gen-stage.ts b/src/commands/src/shared/next-gen-stage.ts index 74fe1294d8..7f966d1de2 100644 --- a/src/commands/src/shared/next-gen-stage.ts +++ b/src/commands/src/shared/next-gen-stage.ts @@ -38,8 +38,9 @@ export async function nextGenStage({ job, bucket, url }: StageParams): Promise