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

23 lines
500 B
YAML

skip_clone: true
steps:
clone:
image: alpine:git
commands:
- git clone http://172.17.0.1/labasarea/laba-webgunea.git
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/