From 705992df452af2685584126282f38a05aa2519af Mon Sep 17 00:00:00 2001 From: amaliadwiy Date: Thu, 30 Apr 2026 15:01:28 +0800 Subject: [PATCH] fix: push to stg branch on build remote instead of main --- .mcp/deploy-stg/server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mcp/deploy-stg/server.ts b/.mcp/deploy-stg/server.ts index c3614e7..c84ea4f 100644 --- a/.mcp/deploy-stg/server.ts +++ b/.mcp/deploy-stg/server.ts @@ -197,7 +197,7 @@ server.setRequestHandler(CallToolRequestSchema, async (request) => { // 3. Push to build remote (GitHub) const currentBranch = GIT(["rev-parse", "--abbrev-ref", "HEAD"]); - GIT(["push", "build", `${currentBranch}:main`, "--force"]); + GIT(["push", "build", `${currentBranch}:stg`, "--force"]); // 4. Trigger publish GH([