Files
laba-webgunea/.woodpecker.yml
Aitor C. Urrutia Aranburu 1f27f8e603
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
chore: woodpecker test
2026-06-18 12:43:31 +02:00

24 lines
465 B
YAML

skip_clone: true
steps:
route:
image: alpine
commands:
- traceroute git.fosil.eu
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/