blog.polynom.me/.woodpecker.yml

15 lines
475 B
YAML
Raw Normal View History

2024-01-05 17:10:44 +00:00
steps:
build:
image: alpine:3.19
commands:
- apk add --no-cache zola npm
- npm install -D tailwindcss @tailwindcss/typography
- npx tailwindcss -i input.css -o static/css/index.css --minify
- zola build
2024-01-05 17:20:42 +00:00
- ls -l
2024-01-05 17:17:02 +00:00
deploy:
2024-01-05 17:35:49 +00:00
image: codeberg.org/xfix/plugin-codeberg-pages-deploy:1.0.0@sha256:8af4ca908e27d32fcb7e51c1af3544d044bbde5e11a31abbb78363f63172a187
2024-01-05 17:17:02 +00:00
settings:
folder: public
ssh_key:
2024-01-05 17:35:49 +00:00
from_secret: ssh_key