Files
laba-webgunea/.woodpecker.yml
Aitor C. Urrutia Aranburu 8686cd812c
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
chore: woodpecker test
2026-06-14 12:52:47 +02:00

11 lines
211 B
YAML

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