feat: implement more Deployer

This commit is contained in:
Fu Diwei
2024-11-20 23:51:26 +08:00
parent bde51d8d38
commit 0b9312b549
13 changed files with 1431 additions and 3 deletions

View File

@@ -17,9 +17,9 @@ import (
type VolcEngineLiveDeployerConfig struct {
// 火山引擎 AccessKey。
AccessKey string `json:"accessKeyId"`
AccessKey string `json:"accessKey"`
// 火山引擎 SecretKey。
SecretKey string `json:"secretAccessKey"`
SecretKey string `json:"secretKey"`
// 加速域名(支持泛域名)。
Domain string `json:"domain"`
}