diff --git a/deploy.sh b/deploy.sh index 80c41fa..1ab67ff 100644 --- a/deploy.sh +++ b/deploy.sh @@ -22,6 +22,8 @@ git commit -m 'deploy' # 如果发布到 https://.github.io/ # git push -f git@github.com:/.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 - \ No newline at end of file diff --git a/docs/other/baidushoulu.md b/docs/other/baidushoulu.md index 7012c46..598d3e5 100644 --- a/docs/other/baidushoulu.md +++ b/docs/other/baidushoulu.md @@ -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