Skip to content

Commit 3f7356c

Browse files
committed
docs: update oss bucket
1 parent 982b81b commit 3f7356c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/docs/deploy/index.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@ const path = require('path')
22
const aliOSSStaicWebDeploy = require('ali-oss-static-web-deploy')
33

44
const {
5-
ALI_OSS_REGION,
65
ALI_OSS_KEY_ID,
76
ALI_OSS_KEY_SECRET,
87
} = process.env
98

109
aliOSSStaicWebDeploy({
11-
region: ALI_OSS_REGION,
10+
region: 'oss-us-east-1',
1211
accessKeyId: ALI_OSS_KEY_ID,
1312
accessKeySecret: ALI_OSS_KEY_SECRET,
14-
bucket: 'casual-ui-vue',
13+
bucket: 'cui-vue',
1514
staticWebAppPath: path.resolve(__dirname, '../dist'),
1615
})

0 commit comments

Comments
 (0)