Files
laba-webgunea/.woodpecker.yml
Aitor C. Urrutia Aranburu e56f5c24ab
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/manual/woodpecker Pipeline failed
chore: woodpecker test
2026-06-14 12:57:46 +02:00

11 lines
226 B
YAML

steps:
build:
image: node:22-alpine
environment:
STRAPI_URL:
from_secret: STRAPI_URL
commands:
- corepack enable
- pnpm --filter front install --frozen-lockfile
- pnpm front:build