From 1e1bee6d05172ab1021f34a5104910e4fa1633c4 Mon Sep 17 00:00:00 2001 From: Madison Grubb Date: Thu, 4 Sep 2025 22:18:14 -0400 Subject: [PATCH] add env var for comfyui in ci --- .woodpecker/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.woodpecker/ci.yml b/.woodpecker/ci.yml index 0cd7efc..1714759 100644 --- a/.woodpecker/ci.yml +++ b/.woodpecker/ci.yml @@ -30,6 +30,8 @@ steps: from_secret: OLLAMA_API_URL OLLAMA_API_KEY: from_secret: OLLAMA_API_KEY + COMFYUI_URL: + from_secret: COMFYUI_URL commands: - npm ci - npm start