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