Skip to content

Commit

Permalink
Merge pull request #18 from kloudmate/fix
Browse files Browse the repository at this point in the history
fix s3 region
  • Loading branch information
amitava82 authored Jul 23, 2024
2 parents f6fd753 + f49b7dc commit bcae6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release-cdn.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import path from 'path';

dotenv.config()

const s3Client = new S3Client({ region: 'us-east-1' })
const s3Client = new S3Client({ region: 'us-west-2' })
const cfClient = new CloudFrontClient({ region: 'us-east-1' })

const root = 'packages/web'
Expand Down

0 comments on commit bcae6bf

Please sign in to comment.