mirror of https://github.com/allinssl/allinssl
pull/79/head^2
parent
23e2dc6af4
commit
9c33f1c9aa
|
@ -107,6 +107,7 @@ func deploy(params map[string]any) (any, error) {
|
||||||
case string:
|
case string:
|
||||||
skip, _ = strconv.Atoi(v)
|
skip, _ = strconv.Atoi(v)
|
||||||
}
|
}
|
||||||
|
fmt.Println("xxxxxxxxxxxxxxxx", skip)
|
||||||
if skip == 1 {
|
if skip == 1 {
|
||||||
if len(deployData) > 0 {
|
if len(deployData) > 0 {
|
||||||
beSha256, ok := deployData[0]["cert_hash"].(string)
|
beSha256, ok := deployData[0]["cert_hash"].(string)
|
||||||
|
|
Loading…
Reference in New Issue