Fix CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2025-05-29 09:19:29 -06:00
parent 8d0331e659
commit 54d9355157
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -6,8 +6,9 @@ steps:
commands: commands:
- corepack enable - corepack enable
- pnpm install - pnpm install
- pnpm run build --no-chache - pnpm run build --no-cache
- rm -rf /var/woodpecker/thesandwich/* - rm -rf /var/woodpecker/thesandwich/*
- mkdir -p /var/woodpecker/thesandwich/
- mv dist/* /var/woodpecker/thesandwich/ - mv dist/* /var/woodpecker/thesandwich/
volumes: volumes:
- /var/woodpecker:/var/woodpecker - /var/woodpecker:/var/woodpecker