website/.drone.yml
2021-09-04 14:28:28 +02:00

15 lines
287 B
YAML

pipeline:
clone:
disable: false
testing_jekyll:
image: jekyll/jekyll:latest
pull: always
commands:
- touch Gemfile.lock
- chmod a+w Gemfile.lock
- chown -R jekyll:jekyll /drone
- gem update --system
- gem install bundler
- bundle install
- bundle exec jekyll build