瀏覽代碼

fix: correct BUILD_BRANCH from 'main' to 'master'

The repository uses 'master' branch, not 'main'. This mismatch
was causing /cc and /webrtc routes to not work on Cloudflare Pages.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
yb 2 周之前
父節點
當前提交
fcf83c9169
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -11,7 +11,7 @@ pipeline {
         PROJECT_NAME = 'tg-live-game-web'
 
         // 分支配置
-        BUILD_BRANCH = 'main'
+        BUILD_BRANCH = 'master'
 
         // Node 配置 22.21.1 也是可用的
         NODE_VERSION = 'v20.19.3'