diff --git a/scripts/mcp-deploy.ts b/scripts/mcp-deploy.ts index 5b9c4f0..768dae7 100644 --- a/scripts/mcp-deploy.ts +++ b/scripts/mcp-deploy.ts @@ -150,7 +150,7 @@ server.tool( } log.push('✅ Committed') - const push = await sh(['git', 'push', 'origin', 'HEAD:build/stg']) + const push = await sh(['git', 'push', 'build', 'HEAD:stg']) if (!push.ok) { return { content: [{ type: 'text', text: `❌ git push gagal:\n${push.err}` }] } }