thesandwi.ch/.woodpecker.yml
Isaac Mills 537774f120
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add WASM application
2025-07-18 09:48:16 -06:00

17 lines
513 B
YAML

steps:
- name: build
image: thesandwich-build
environment:
PNPM_HOME: /var/woodpecker/pnpm
PARCEL_WORKERS: 0
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/