This commit is contained in:
parent
32aad3bfd3
commit
ee7195b82a
22 changed files with 2067 additions and 781 deletions
16
.woodpecker.yml
Normal file
16
.woodpecker.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
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/
|
Loading…
Add table
Add a link
Reference in a new issue