mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2025-04-20 10:24:02 +08:00
build: host volume test
This commit is contained in:
parent
74f4cc8b12
commit
1ee4bef651
14
.drone.yml
14
.drone.yml
@ -16,11 +16,11 @@ steps:
|
|||||||
- bundle config mirror.https://rubygems.org https://mirrors.tuna.tsinghua.edu.cn/rubygems
|
- bundle config mirror.https://rubygems.org https://mirrors.tuna.tsinghua.edu.cn/rubygems
|
||||||
- bundle install
|
- bundle install
|
||||||
- bundle exec jekyll build
|
- bundle exec jekyll build
|
||||||
|
volumes:
|
||||||
|
- name: dist
|
||||||
|
path: ./_site
|
||||||
|
|
||||||
- name: rsync
|
volumes:
|
||||||
image: drillster/drone-rsync
|
- name: dist
|
||||||
settings:
|
host:
|
||||||
source: _site/*
|
path: ~/docs.hmcl.net
|
||||||
target: ~/docs.hmcl.net
|
|
||||||
recursive: true
|
|
||||||
delete: true
|
|
||||||
|
Loading…
Reference in New Issue
Block a user