5 Star 9 Fork 1

Gitee 极速下载 / FydeOS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/FydeOS/fydeos.github.io
克隆/下载
.gitlab-ci.yml 307 Bytes
一键复制 编辑 原始数据 按行查看 历史
Noodles 提交于 2020-03-26 23:46 . new file: .gitlab-ci.yml
stages:
- build
- deploy
build:
stage: build
script:
- JEKYLL_ENV=production bundle exec jekyll build
tags:
- jekyll
artifacts:
paths:
- _site
deploy:
stage: deploy
script:
- rsync -rtvp --delete-delay _site/ -e ssh $USER@$SERVER:$PATH_ON_SERVER
tags:
- jekyll
C/C++
1
https://gitee.com/mirrors/FydeOS.git
git@gitee.com:mirrors/FydeOS.git
mirrors
FydeOS
FydeOS
master

搜索帮助