Skip to content

Commit

Permalink
ci: make renderer instances in beta 2 (#8688)
Browse files Browse the repository at this point in the history
  • Loading branch information
forehalo authored Nov 4, 2024
1 parent 7b66e51 commit d35a9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/deploy/deploy.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const replicaConfig = {
web: 2,
graphql: Number(process.env.BETA_GRAPHQL_REPLICA) || 2,
sync: Number(process.env.BETA_SYNC_REPLICA) || 2,
renderer: Number(process.env.BETA_RENDERER_REPLICA) || 3,
renderer: Number(process.env.BETA_RENDERER_REPLICA) || 2,
},
canary: {
web: 2,
Expand Down

0 comments on commit d35a9cf

Please sign in to comment.