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

22 lines
475 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
deploy:
image: alpine
volumes:
- astro-dist:/deploy
commands:
- rm -rf /deploy/*
- echo "Sortutako fitxategiak:"
- ls front/dist
- cp -a front/dist/. /deploy/