woodpecker

This commit is contained in:
sneakers-the-rat 2022-11-18 00:04:07 -08:00
parent bbf802793a
commit 9c32fc0231
1 changed files with 8 additions and 0 deletions

8
.woodpecker.yml Normal file
View File

@ -0,0 +1,8 @@
pipeline:
build:
image: jekyll/jekyll
commands:
- bundle install
- bundle exec jekyll build -d /var/www/pages/index
volumes:
- /var/www/pages:/var/www/pages