Skip to content

Commit 0f1c7b7

Browse files
committed
Do not set a tracking branch in the staging env by default
1 parent be126f9 commit 0f1c7b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/services/projectSettings.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export class ProjectSettingsService {
9090
repositoryId: repositoryId,
9191
branchTracking: {
9292
prod: { branch: defaultBranch },
93-
staging: { branch: defaultBranch },
93+
staging: {},
9494
} satisfies BranchTrackingConfig,
9595
previewDeploymentsEnabled: true,
9696
},

0 commit comments

Comments
 (0)