build: host volume test
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build encountered an error

This commit is contained in:
Yuhui Huang 2022-05-04 22:21:37 +08:00
parent 74f4cc8b12
commit 1ee4bef651

View File

@ -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