mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2025-04-20 08:04: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 install
|
||||
- bundle exec jekyll build
|
||||
volumes:
|
||||
- name: dist
|
||||
path: ./_site
|
||||
|
||||
- name: rsync
|
||||
image: drillster/drone-rsync
|
||||
settings:
|
||||
source: _site/*
|
||||
target: ~/docs.hmcl.net
|
||||
recursive: true
|
||||
delete: true
|
||||
volumes:
|
||||
- name: dist
|
||||
host:
|
||||
path: ~/docs.hmcl.net
|
||||
|
Loading…
Reference in New Issue
Block a user