diff --git a/infra/production/index.ts b/infra/production/index.ts index 740afea8672..f6d692517a3 100644 --- a/infra/production/index.ts +++ b/infra/production/index.ts @@ -72,6 +72,7 @@ const staticAssetsBucket = new aws.s3.Bucket("bucket", { website: { indexDocument: "index.html", }, + bucket: "bucket-0427bb4", forceDestroy: true, });