2 Star 2 Fork 4

店滴云物联网开源框架 / 店滴云开发者文档

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
deploy.sh 366 Bytes
一键复制 编辑 原始数据 按行查看 历史
店滴 提交于 2021-09-08 10:14 . 20210908
set -e
yarn
git add .
read -p "Commits: " commit
git commit -S -m "$commit"
git push
yarn docs:build
cd src/.vuepress/dist
git init
git config user.name '2192138785@qq.com'
git config user.email '2192138785@qq.com'
git add -A
git commit -m "deploy: $(date +"%Y年%m月%d日 %T %:z")"
git push -f https://gitee.com/wayfiretech_admin/dandi-doc.git master:gh-pages
cd -
NodeJS
1
https://gitee.com/wayfirer/dandi-doc.git
git@gitee.com:wayfirer/dandi-doc.git
wayfirer
dandi-doc
店滴云开发者文档
master

搜索帮助