We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be126f9 commit 0f1c7b7Copy full SHA for 0f1c7b7
apps/webapp/app/services/projectSettings.server.ts
@@ -90,7 +90,7 @@ export class ProjectSettingsService {
90
repositoryId: repositoryId,
91
branchTracking: {
92
prod: { branch: defaultBranch },
93
- staging: { branch: defaultBranch },
+ staging: {},
94
} satisfies BranchTrackingConfig,
95
previewDeploymentsEnabled: true,
96
},
0 commit comments