jon-e.net/.woodpecker.yml

11 lines
224 B
YAML
Raw Normal View History

2022-11-18 08:04:07 +00:00
pipeline:
build:
image: jekyll/jekyll
commands:
2022-11-18 08:45:45 +00:00
- ls -al
- id
2022-11-18 08:51:20 +00:00
- bundle install --frozen
2022-11-18 08:04:07 +00:00
- bundle exec jekyll build -d /var/www/pages/index
volumes:
- /var/www/pages:/var/www/pages