blog.polynom.me/.woodpecker.yml
Alexander "PapaTutuWawa 4e2dcc1841
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
lol
2024-01-05 18:35:49 +01:00

15 lines
475 B
YAML

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
- ls -l
deploy:
image: codeberg.org/xfix/plugin-codeberg-pages-deploy:1.0.0@sha256:8af4ca908e27d32fcb7e51c1af3544d044bbde5e11a31abbb78363f63172a187
settings:
folder: public
ssh_key:
from_secret: ssh_key