mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-03 09:48:28 +03:00
ci: wrong replica config for stable
This commit is contained in:
parent
9469b135c5
commit
2fa843b960
2
.github/actions/deploy/deploy.mjs
vendored
2
.github/actions/deploy/deploy.mjs
vendored
@ -41,7 +41,7 @@ const isBeta = buildType === 'beta';
|
||||
const isInternal = buildType === 'internal';
|
||||
|
||||
const replicaConfig = {
|
||||
production: {
|
||||
stable: {
|
||||
web: 3,
|
||||
graphql: Number(process.env.PRODUCTION_GRAPHQL_REPLICA) || 3,
|
||||
sync: Number(process.env.PRODUCTION_SYNC_REPLICA) || 3,
|
||||
|
Loading…
Reference in New Issue
Block a user