chore: test woodpecker
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/manual/woodpecker Pipeline failed

This commit is contained in:
2026-06-16 09:36:07 +02:00
parent 0ebe1a9c04
commit f734677a0f

View File

@@ -6,19 +6,11 @@ steps:
from_secret: STRAPI_URL from_secret: STRAPI_URL
SITE_URL: SITE_URL:
from_secret: SITE_URL from_secret: SITE_URL
volumes:
- astro-dist:/deploy
commands: commands:
- corepack enable - corepack enable
- pnpm --filter front install --frozen-lockfile - pnpm --filter front install --frozen-lockfile
- pnpm front:build - pnpm front:build
- find . -type d -name dist
- ls -la front
- ls -la front/dist
deploy:
image: alpine
volumes:
- astro-dist:/deploy
commands:
- rm -rf /deploy/* - rm -rf /deploy/*
- echo "Sortutako fitxategiak:"
- ls front/dist
- cp -a front/dist/. /deploy/ - cp -a front/dist/. /deploy/