thesandwi.ch/.woodpecker.yml
2025-05-29 09:47:49 -06:00

16 lines
469 B
YAML

steps:
- name: build
image: node:20-slim
environment:
PNPM_HOME: /pnpm
commands:
- corepack enable
- pnpm install
- pnpm run build --no-cache
- rm -rf /var/woodpecker/thesandwich/*
- mkdir -p /var/woodpecker/thesandwich/
- mv dist/* /var/woodpecker/thesandwich/
volumes:
- /var/woodpecker:/var/woodpecker
- /usr/share/fonts:/usr/share/fonts
- /usr/lib/helix/runtime/:/usr/lib/helix/runtime/