Zerct deploys projects that are explicit and reproducible.Documentation Index
Fetch the complete documentation index at: https://docs.zerct.com/llms.txt
Use this file to discover all available pages before exploring further.
Required files
Cargo.lock is required so builds are deterministic.
Example zerct.toml
Required runtime behavior
- Bind to
0.0.0.0:$PORT - Return success from the configured health path
- Keep secrets in server-side environment variables
- Avoid build steps that require interactive input