Skip to content

Commit b6b74ca

Browse files
committed
disable suspend
1 parent 4944cee commit b6b74ca

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
@@ -46,7 +46,7 @@ async function main() {
4646
buildkit: true,
4747
memorySize: '1gb',
4848
machineType: 'shared-cpu-2x',
49-
suspend: stage === 'preview',
49+
// suspend: stage === 'preview',
5050
depot: true,
5151
kill_timeout: 300,
5252
env: {

website/scripts/deployment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ async function main() {
5151
memorySize: '1gb',
5252
machineType: 'shared-cpu-2x',
5353
depot: true,
54-
suspend: stage === 'preview',
54+
// suspend: stage === 'preview',
5555
env: {
5656
...env,
5757
NODE_ENV: 'production',

0 commit comments

Comments
 (0)