Files
laba-webgunea/.woodpecker.yml
Aitor C. Urrutia Aranburu 4e9d1aeabd
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
chore: revert everything else
2026-06-18 12:11:27 +02:00

17 lines
373 B
YAML

steps:
build:
image: node:22-alpine
environment:
STRAPI_URL:
from_secret: STRAPI_URL
SITE_URL:
from_secret: SITE_URL
volumes:
- astro-dist:/deploy
commands:
- corepack enable
- pnpm --filter front install --frozen-lockfile
- pnpm front:build
- rm -rf /deploy/*
- cp -a front/dist/. /deploy/