1 Star 6 Fork 1

wugenqiang/NoteBook

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
deploy.sh 983 Bytes
一键复制 编辑 原始数据 按行查看 历史
wugenqiang 提交于 2020-05-06 12:53 . ⛱ 修改图不显示问题
echo '--------upload files start--------'
# 进入生成的构建文件夹
# cd ./
# 如果你是要部署到自定义域名
# echo 'www.example.com' > CNAME
# git init
git add .
git status
git commit -m 'auto update https://wugenqiang.github.io/NoteBook'
echo '--------commit successfully--------'
# git push -f https://github.com/wugenqiang/CS-Notes.git master
git push -u https://github.com/wugenqiang/NoteBook.git master
# git remote add origin https://github.com/wugenqiang/CS-Notes.git
# git push -u origin master
echo '--------push to GitHub successfully--------'
# git push -f https://gitee.com/wugenqiang/CS-Notes.git master
git push -u https://gitee.com/wugenqiang/NoteBook.git master
# git remote add origin https://gitee.com/wugenqiang/CS-Notes.git
# git push -u origin master
echo '--------push to Gitee successfully--------'
# 如果你想要部署到 https://<USERNAME>.github.io/<REPO>
# git push -f git@github.com:<USERNAME>/<REPO>.git master:gh-pages
# 完美
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wugenqiang/NoteBook.git
git@gitee.com:wugenqiang/NoteBook.git
wugenqiang
NoteBook
NoteBook
master

搜索帮助