jon-e.net/.woodpecker.yml

12 lines
234 B
YAML
Raw Normal View History

2022-11-18 08:04:07 +00:00
pipeline:
build:
image: jekyll/jekyll
2022-11-18 08:56:56 +00:00
privileged: true
2022-11-18 08:04:07 +00:00
commands:
2022-11-18 09:04:32 +00:00
- chmod -R a+w .
- bundle install
2022-11-18 08:04:07 +00:00
- bundle exec jekyll build -d /var/www/pages/index
volumes:
- /var/www/pages:/var/www/pages