blog.polynom.me/.woodpecker.yml
Alexander "PapaTutuWawa bf9eadd3f6
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat: Switch to an SSH deployment method
2024-01-11 13:25:44 +01:00

16 lines
532 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
deploy:
image: git.polynom.me/papatutuwawa/woodpecker-ssg-deploy@sha256:9cfec13eb8ab1b8920c2f1f00f0258a7bfd159fe4e14e0985328086392c0da34
secrets: [ ssh_key ]
settings:
email: "ci@polynom.me"
name: "polynom.me CI system"
token_env: "SSH_KEY"
output: "public"