thesandwi.ch/.woodpecker.yml
Isaac Mills d63da2b051
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Run pipeline?
2025-12-09 16:52:15 -07:00

20 lines
588 B
YAML

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