ci: wrong replica config for stable

This commit is contained in:
forehalo 2024-11-14 11:37:23 +08:00
parent 9469b135c5
commit 2fa843b960
No known key found for this signature in database

View File

@ -41,7 +41,7 @@ const isBeta = buildType === 'beta';
const isInternal = buildType === 'internal'; const isInternal = buildType === 'internal';
const replicaConfig = { const replicaConfig = {
production: { stable: {
web: 3, web: 3,
graphql: Number(process.env.PRODUCTION_GRAPHQL_REPLICA) || 3, graphql: Number(process.env.PRODUCTION_GRAPHQL_REPLICA) || 3,
sync: Number(process.env.PRODUCTION_SYNC_REPLICA) || 3, sync: Number(process.env.PRODUCTION_SYNC_REPLICA) || 3,