Separate runtime-only deploy from container build

This commit is contained in:
ejclaw
2026-04-07 02:00:57 +09:00
parent 9d8c97a8e2
commit cd6aa32157
2 changed files with 8 additions and 3 deletions

View File

@@ -37,7 +37,8 @@ Run commands directly—don't tell the user to run them.
```bash
bun run build # Build main project
bun run build:runners # Install + build both runners
bun run build:container # Rebuild reviewer Docker image
bun run build:runtime # Build host runtime only
bun run build:container # Optional: rebuild reviewer Docker image
bun run dev # Dev mode with hot reload
```
@@ -53,6 +54,9 @@ Deploy:
bun run deploy
```
`deploy` rebuilds only the host runtime. Rebuild the reviewer Docker image
separately with `bun run build:container` only when you need the container path.
## Service Stack Architecture
Single unified service manages all three Discord bots in one process: