Files
laba-webgunea/.woodpecker.yml
Aitor C. Urrutia Aranburu 0ebe1a9c04
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
chore: woodpecker test
2026-06-16 09:32:48 +02:00

25 lines
556 B
YAML

steps:
build:
image: node:22-alpine
environment:
STRAPI_URL:
from_secret: STRAPI_URL
SITE_URL:
from_secret: SITE_URL
commands:
- 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:
- astro-dist:/deploy
commands:
- rm -rf /deploy/*
- echo "Sortutako fitxategiak:"
- ls front/dist
- cp -a front/dist/. /deploy/