From d7b3371ac4e518e6f76ec79877b824d8196e98d1 Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Tue, 9 Dec 2025 17:19:16 -0700 Subject: [PATCH] CI should be good --- .woodpecker.yml | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 59dc1b6..be93b92 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,11 +1,19 @@ -skip_clone: true - steps: - build: - image: debian:stable-backports + - name: build + image: thesandwich-build + environment: + PNPM_HOME: /var/woodpecker/pnpm + PARCEL_WORKERS: 0 + OPENWEATHERMAP_API_KEY: + from_secret: openweathermap_api_key commands: - - apt update - - apt install -y inetutils-ping wget - - ping -c 4 git.nations.lol - - wget git.nations.lol - - sleep 9999999 + - corepack enable + - pnpm install + - pnpm run build --no-cache + - rm -rf /var/woodpecker/thesandwich/* + - mkdir -p /var/woodpecker/thesandwich/ + - mv dist/* /var/woodpecker/thesandwich/ + volumes: + - /var/woodpecker:/var/woodpecker + - /usr/share/fonts:/usr/share/fonts + - /usr/lib/helix/runtime/:/usr/lib/helix/runtime/