thesandwi.ch/.woodpecker.yml
Isaac Mills 8d0331e659
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Fix CI
2025-05-29 09:18:30 -06:00

15 lines
424 B
YAML

steps:
- name: build
image: node:20-slim
environment:
PNPM_HOME: /pnpm
commands:
- corepack enable
- pnpm install
- pnpm run build --no-chache
- rm -rf /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/