1 Star 0 Fork 49

n040661/mybatis-plus-doc

forked from baomidou/mybatis-plus-doc 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.travis.yml 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
DevYang 提交于 2019-01-24 10:59 . ci: Modify CNAME
language: node_js
sudo: false
node_js:
- "8"
cache:
yarn: true
directories:
- node_modules
branches:
only:
- master
env:
global:
- GITHUB_REPO: github.com/baomidou/mybatis-plus-doc.git
- CODING_REPO: git.coding.net/yangyang0507/mybatis-plus-doc.git
- GITEE_REPO: gitee.com/baomidou/mybatis-plus-doc.git
before_install:
- export TZ=Asia/Shanghai
script:
- yarn run build
after_success:
- git config user.name "D.Yang"
- git config user.email "koyangslash@gmail.com"
- git push --force --quiet "https://devyang:${CI_TOKEN_GITEE}@${GITEE_REPO}" master:master
- git clone https://${CODING_REPO} ./old-docs
- cp -r ./old-docs/.git ./docs
- cd ./docs
- git add -A
- git commit -m "deploy at `date +\"%Y-%m-%d %H:%M:%S\"`"
- git push --force --quiet "https://yangyang0507:${CI_TOKEN}@${GITHUB_REPO}" master:gh-pages
- git push --force --quiet "https://yangyang0507:${CI_TOKEN_CODING}@${CODING_REPO}" master:master
- git push --force --quiet "https://devyang:${CI_TOKEN_GITEE}@${GITEE_REPO}" master:gh-pages
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/n040661/mybatis-plus-doc.git
git@gitee.com:n040661/mybatis-plus-doc.git
n040661
mybatis-plus-doc
mybatis-plus-doc
master

搜索帮助