chore: woodpecker test

This commit is contained in:
2026-06-15 11:40:09 +02:00
parent 59eedd604d
commit f5ee04de07

View File

@@ -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/