37a1c4e3963acf0b1646f6c75b30dd08d3b09842
The guide bundles content into the backend jar at build time, so instances must be rebuilt + redeployed to pick up doc changes (git-pull is insufficient). Automates it: on push to develop (backend/** paths), mvn package -> docker build -> push :dev -> deploy to bcos.dev -> smoke. mvn package runs FIRST (the Dockerfile COPYs a pre-built jar — skipping it ships stale content). Auto-deploy scoped to dev only (docs, low risk). Audience filtering is runtime via GUIDE_SERVED_AUDIENCES, so no build-time filtering — prod (future cd-main, gated) serves customer,internal only. Needs (coordinate w/ CI/runner session): BCOS_DEV_DEPLOY_KEY secret + runner reachability to .251. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Description
Guide content service — API and admin SPA
Languages
Svelte
46.4%
Java
37.1%
Python
6.9%
TypeScript
4.8%
CSS
1.7%
Other
3.1%