feat: 腾讯云cdn支持

This commit is contained in:
xiaojunnuo
2020-12-26 01:37:53 +08:00
parent ec81572670
commit 25dae3d1ec
31 changed files with 10185 additions and 121 deletions
@@ -9,11 +9,11 @@ describe('PluginUploadToAliyun', function () {
const certd = new Certd()
const cert = certd.readCurrentCert('xiaojunnuo@qq.com', ['_.docmirror.cn'])
const context = {}
await plugin.execute({
await plugin.doExecute({
accessProviders: options.accessProviders,
cert,
context,
args: { name: 'certd部署测试', provider: 'aliyun' }
props: { name: 'certd部署测试', accessProvider: 'aliyun' },
context
})
console.log('context:', context)