1.2.5 • Published 2 years ago

ali-oss-deploy-plus v1.2.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

前端项目部署到 OSS

Usage

# 安装
npm install ali-oss-deploy-plus
// 使用
const aliOssDeployPlus = require('ali-oss-deploy-plus')

const ossOpts = {
  bucket: '', // 桶名称
  region: '', // 区域
  accessKeyId: '', // AK
  accessKeySecret: '', // AS
  internal: true, // 默认内网传输
}
const proOpts = {
  projectPath: '', // oss 存放项目的路径
  currentProjectPath: '', // 当前发布项目的文件夹路径 ps: dist
  maxRetryTimes: 3, // 上传失败重试次数 默认 3
  maxConcurrency: 100, // 上传最大并发数 默认 100
}
const aliDeploy = new aliOssDeployPlus({
  ossOpts,
  proOpts
})

aliDeploy.start()
1.2.5

2 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.8

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago