amalia/29-apr-26 #16

Merged
amaliadwiy merged 15 commits from amalia/29-apr-26 into main 2026-04-29 17:40:58 +08:00
17 changed files with 994 additions and 320 deletions
Showing only changes of commit 83e8becaa3 - Show all commits

View File

@@ -6,9 +6,9 @@
"args": ["scripts/mcp-deploy.ts"],
"env": {
"GH_TOKEN": "${GH_TOKEN}",
"STACK_NAME": "${STACK_NAME}",
"BASE_URL": "${BASE_URL}",
"STG_URL": "${STG_URL}",
"STACK_NAME": "monitoring-app",
"BASE_URL": "https://api.github.com/repos/bipprojectbali/monitoring-app",
"STG_URL": "https://monitoring-stg.wibudev.com",
"VERSION_PATH": "/api/system/version"
}
}