This commit is contained in:
xugaoyi 2019-12-09 13:33:34 +08:00
parent fb1446f264
commit a9cfc75cf9
2 changed files with 4 additions and 2 deletions

View File

@ -22,6 +22,8 @@ git commit -m 'deploy'
# 如果发布到 https://<USERNAME>.github.io/<REPO>
# git push -f git@github.com:<USERNAME>/<REPO>.git master:gh-pages
git push -f git@github.com:xugaoyi/evanblog.git master:gh-pages
# git push -f git@github.com:xugaoyi/evanblog.git master:gh-pages
git push -f https://e.coding.net/xgy/xgy.git master:gh-pages
cd -

View File

@ -18,7 +18,7 @@
3、配置 SSH 公钥,配置方法请查看[帮助](https://help.coding.net/docs/project/features/ssh.html)
4、在终端下进入本地博客目录evanblog假设目录名为evanblog添加coding.net的远程地址并且新建分支。
4、在终端下进入本地博客目录evanblog假设目录名为evanblog添加coding.net的远程地址新建分支提交代码到coding.net
```bash
cd evanblog