1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36# Deployment
## Docs: https://hexo.io/docs/one-command-deployment
deploy:
- type: git
#repo: https://gitee.com/dongdonging/dongdonging.git
repository: git@122.51.165.222:/hexo/blog.git
branch: master
# 腾讯
- type: tcb
secretId: AKIDILTYMvPSNxFHCqLkqf3D7xW2oSwjJbpp
secretKey: vb0DHE0g9OO6fvwkRp041B6oa3OUKxI0
envId: hexo-4gn0x1dbd7856973
# 七牛
- type: qiniu
accessKey: UJ_hqBJwgUoXLB1h0PLP63p57eK6wMZwjbBcGFCO
secretKey: YSCs0sI7qABruIJLXwSMYzII9jGY69ert3t0GqeS
# 华东: Zone_z0, 华北: Zone_z1, 华南: Zone_z2, 北美: Zone_na0, 东南亚: Zone_as0
zone: Zone_z2
# the name of bucket
scope: dong-blog
# example http://www.a.com/,http://www.b.cn/
dirsToRefresh: <dirsToRefresh>
# default is 3600
expires: 3600
# default is true
cover: false
# default is false
refreshCdn: false
# 阿里
- type: cos-cdn
cloud: aliyun
bucket: dong-blog-hexo
region: oss-cn-shanghai
secretId: LTAI5tM7FoBr59CGzC6FF2JV
secretKey: pXMk38FbkH1XUdEfzgGrvo9juynWmH
cdnEnable: false