chore: woodpecker test
This commit is contained in:
@@ -10,3 +10,10 @@ steps:
|
|||||||
- corepack enable
|
- corepack enable
|
||||||
- pnpm --filter front install --frozen-lockfile
|
- pnpm --filter front install --frozen-lockfile
|
||||||
- pnpm front:build
|
- pnpm front:build
|
||||||
|
deploy:
|
||||||
|
image: alpine
|
||||||
|
volumes:
|
||||||
|
- /var/www/blog:/deploy
|
||||||
|
commands:
|
||||||
|
- rm -rf /deploy/*
|
||||||
|
- cp -r dist/* /deploy/
|
||||||
|
|||||||
Reference in New Issue
Block a user