jon-e.net/.woodpecker.yml

13 lines
276 B
YAML

pipeline:
build:
image: jekyll/jekyll
privileged: true
commands:
- chmod -R a+w .
- chmod -R a+w /var/www/pages/index
- bundle install
- bundle exec jekyll build -d /var/www/pages/index
volumes:
- /var/www/pages:/var/www/pages