amalia/22-mei-26 #25

Merged
amaliadwiy merged 13 commits from amalia/22-mei-26 into main 2026-05-22 17:40:31 +08:00
14 changed files with 865 additions and 396 deletions
Showing only changes of commit f8c8aeed40 - Show all commits

View File

@@ -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}` }] }
}