Compare commits

...

2 Commits

Author SHA1 Message Date
223c838265 build: bundler is included in jekyll docker container
All checks were successful
continuous-integration/drone/push Build is passing
2022-05-04 21:04:35 +08:00
5c84572b08 chore: change gem source 2022-05-04 21:03:18 +08:00

View File

@ -5,12 +5,11 @@ pipeline:
- touch Gemfile.lock - touch Gemfile.lock
- chmod a+w Gemfile.lock - chmod a+w Gemfile.lock
- chown -R jekyll:jekyll /drone - chown -R jekyll:jekyll /drone
- gem update --system - gem sources --add https://gems.ruby-china.com/ --remove https://rubygems.org/
- gem install bundler
- bundle install - bundle install
- bundle exec jekyll build - bundle exec jekyll build
deploy: deploy-site:
image: drillster/drone-rsync image: drillster/drone-rsync
source: _site/* source: _site/*
target: ~/docs.hmcl.net target: ~/docs.hmcl.net