This commit is contained in:
parent
8d0331e659
commit
54d9355157
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue