Files
laba-webgunea/.woodpecker.yml
Aitor C. Urrutia Aranburu 59eedd604d
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
chore: woodpecker test
2026-06-14 18:54:32 +02:00

13 lines
272 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