Browse Source

build: host volume test

zkitefly-patch-1
Yuhui Huang 3 years ago
parent
commit
1ee4bef651
  1. 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…
Cancel
Save