Skip to content

Commit 2a8486a

Browse files
committed
deploy to fra
1 parent b8bafab commit 2a8486a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs-website/scripts/deployment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ async function main() {
5454
NODE_ENV: 'production',
5555
PORT: String(port),
5656
},
57-
regions: ['iad'],
57+
regions: [stage === 'preview' ? 'fra' : 'iad'],
5858
})
5959
}
6060

website/scripts/deployment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ async function main() {
5757
NODE_ENV: 'production',
5858
PORT: String(port),
5959
},
60-
regions: ['iad'],
60+
regions: [stage === 'preview' ? 'fra' : 'iad'],
6161
})
6262
}
6363

0 commit comments

Comments
 (0)