We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 982b81b commit 3f7356cCopy full SHA for 3f7356c
packages/docs/deploy/index.js
@@ -2,15 +2,14 @@ const path = require('path')
2
const aliOSSStaicWebDeploy = require('ali-oss-static-web-deploy')
3
4
const {
5
- ALI_OSS_REGION,
6
ALI_OSS_KEY_ID,
7
ALI_OSS_KEY_SECRET,
8
} = process.env
9
10
aliOSSStaicWebDeploy({
11
- region: ALI_OSS_REGION,
+ region: 'oss-us-east-1',
12
accessKeyId: ALI_OSS_KEY_ID,
13
accessKeySecret: ALI_OSS_KEY_SECRET,
14
- bucket: 'casual-ui-vue',
+ bucket: 'cui-vue',
15
staticWebAppPath: path.resolve(__dirname, '../dist'),
16
})
0 commit comments