1 Star 0 Fork 373

stonebox / opendevops

forked from opendevops / opendevops 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
depoly.sh 381 Bytes
一键复制 编辑 原始数据 按行查看 历史
yanghongfei 提交于 2020-03-24 09:52 . [Update]更新文档为VuePress格式
#!/usr/bin/env sh
# 确保脚本抛出遇到的错误
set -e
# 生成静态文件
npm run build
# 进入生成的文件夹
cd docs/.vuepress/dist
#创建.nojekyll 防止Github Pages build错误
touch .nojekyll
git init
echo "docs.opendevops.cn" > CNAME
git add -A
git commit -m 'deploy'
git push -f "https://github.com/opendevops-cn/opendevops-cn.github.io.git" master
cd -
Python
1
https://gitee.com/stonebox/opendevops.git
git@gitee.com:stonebox/opendevops.git
stonebox
opendevops
opendevops
master

搜索帮助