diff --git a/.woodpecker.yml b/.woodpecker.yml index 07d3ce4..c7e90ca 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -10,6 +10,9 @@ steps: - corepack enable - pnpm --filter front install --frozen-lockfile - pnpm front:build + - find . -type d -name dist + - ls -la front + - ls -la front/dist deploy: image: alpine volumes: