Commit 7b20d9bc authored by 邱旭's avatar 邱旭

1

parent 76d2318a
{ {
"engineVersion": "5.2.7", "engineVersion": "5.2.8",
"compilerVersion": "5.2.7", "compilerVersion": "5.2.8",
"template": {}, "template": {},
"target": { "target": {
"current": "web" "current": "web"
......
...@@ -24,8 +24,8 @@ class TuiaAutoUpload { ...@@ -24,8 +24,8 @@ class TuiaAutoUpload {
var _this = this; var _this = this;
this.client = new OSS({ this.client = new OSS({
region: 'oss-cn-hangzhou', region: 'oss-cn-hangzhou',
accessKeyId: 'LTAIqO2wblIxQvwc', accessKeyId: 'LTAI4Fw25WcfcGv7FvcHoiHK',
accessKeySecret: '4brsaSRbRpjxw3oDIxJi6bNMcndIR6', accessKeySecret: 'NZk1NtT9J5HFaAolNbtQdzTzLLvLYm',
bucket: _this.type === 'prod' ? 'duiba' : 'daily-duiba' bucket: _this.type === 'prod' ? 'duiba' : 'daily-duiba'
}); });
this.bar = new ProgressBar(chalk.yellow(` 文件上传中 [:bar] :current/${this.files().length} :percent :elapseds`), { this.bar = new ProgressBar(chalk.yellow(` 文件上传中 [:bar] :current/${this.files().length} :percent :elapseds`), {
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment