From f734677a0f8ce001657349797d37a8097d34f5c1 Mon Sep 17 00:00:00 2001 From: "Aitor C. Urrutia Aranburu" Date: Tue, 16 Jun 2026 09:36:07 +0200 Subject: [PATCH] chore: test woodpecker --- .woodpecker.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index c7e90ca..171f550 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,19 +6,11 @@ steps: 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 - - find . -type d -name dist - - ls -la front - - ls -la front/dist - deploy: - image: alpine - volumes: - - astro-dist:/deploy - commands: - rm -rf /deploy/* - - echo "Sortutako fitxategiak:" - - ls front/dist - cp -a front/dist/. /deploy/