1 Star 0 Fork 3

xuyan2680 / react-antd-admin-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
deploy.sh 450 Bytes
一键复制 编辑 原始数据 按行查看 历史
难凉热血 提交于 2020-05-11 14:53 . ci: deploy
#!/usr/bin/env sh
# 确保脚本抛出遇到的错误
set -e
# 构建项目
npm run build
# 进入生成的文件夹
cd build
git init
git add -A
git commit -m 'deploy'
# 如果发布到 https://<USERNAME>.github.io/<REPO>
#git push -f git@github.com:NLRX-WJC/Learn-Vue-Source-Code.git master:gh-pages
# 如果使用 travis 持续集成
git push -f https://${GITHUB_TOKEN}@github.com/NLRX-WJC/react-antd-admin-template.git master:gh-pages
cd -
JavaScript
1
https://gitee.com/xuyan2680/react-antd-admin-template.git
git@gitee.com:xuyan2680/react-antd-admin-template.git
xuyan2680
react-antd-admin-template
react-antd-admin-template
master

搜索帮助