All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
16 lines
450 B
YAML
16 lines
450 B
YAML
steps:
|
|
- name: build
|
|
image: node:20-slim
|
|
environment:
|
|
PNPM_HOME: /pnpm
|
|
PATH: "/pnpm:$PATH"
|
|
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/
|