Monorepo Example
This example deploys two apps from a monorepo with shared tooling.
- Project files live in
examples/monorepo/ - Config is defined in
examples/monorepo/tsops.config.ts
How to run
bash
pnpm install
pnpm tsops plan --config examples/monorepo/tsops.config.tsConfig Highlights
- Uses
imageor Dockerfilebuildas needed - Secrets managed via root-level
secretsand referenced withsecret() - Uses
config.url()runtime helpers for service-to-service communication