From b1bb4f7d63c7a4d38c6976d5c02945f3c0078841 Mon Sep 17 00:00:00 2001 From: "cnb.aUOqoEV4wEA" Date: Tue, 11 Nov 2025 21:46:26 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=AD=A3=E6=89=93=E5=8C=85?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cnb.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cnb.yml b/.cnb.yml index ee4566d3..7f345a70 100644 --- a/.cnb.yml +++ b/.cnb.yml @@ -34,7 +34,7 @@ main: key: ${PRIVATE_KEY} port: ${REMOTE_PORT} target: /www/wwwroot/hub.risenstars.com/pre - source: ./dist + source: ./apps/web-tdesign/dist web_trigger_prod: - docker: image: node:24 @@ -58,4 +58,4 @@ main: key: ${PRIVATE_KEY} port: ${REMOTE_PORT} target: /www/wwwroot/hub.risenstars.com/prod - source: ./dist + source: ./apps/web-tdesign/dist