Skip to content

Commit

Permalink
fix: incorrect tips about the keystore commands (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
medcl committed Nov 10, 2024
1 parent c030ff5 commit 75c4018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ web:
- "www.coco.rs"
provider:
tencent_dns:
secret_id: $[[keystore.TENCENT_DNS_ID]] #./bin/coco keystore add TENCENT_DNS_KEY
secret_key: $[[keystore.TENCENT_DNS_KEY]] #./bin/coco keystore add TENCENT_DNS_ID
secret_id: $[[keystore.TENCENT_DNS_ID]] #./bin/coco keystore add TENCENT_DNS_ID
secret_key: $[[keystore.TENCENT_DNS_KEY]] #./bin/coco keystore add TENCENT_DNS_KEY

0 comments on commit 75c4018

Please sign in to comment.