Coding.net Pages部署
Coding.net Pages部署 FAQ
Coding相关设置
注册账户
新建项目
- 创建 coding-pages 分支(可选)
- 开启pages服务 可选master分支
- 如果有域名需要绑定 CNAME
配置hexo git
- 安装 git 扩展
1
npm install hexo-deployer-git --save
- 配置 git
1
2
3
4
5
6
7
8
9
10
deploy:
type: git
repo:
github: git@github.com:xxx/xxx.git
coding: git@git.coding.net:xxx.git
branch: master
message: " updateed: {{ now('YYYY-MM-DD HH:mm:ss') }}"
本文标题:Coding.net Pages部署
文章作者:Keyle
发布时间:2016-11-14
最后更新:2024-08-20
原始链接:https://vrast.cn/posts/530f864b/
版权声明:©Keyle's Blog. 本站采用署名-非商业性使用-相同方式共享 4.0 国际进行许可