CI/CD
StableEvery HIC repository ships through the same pipeline shape on GitHub Actions. Consistency here means anyone can read any project’s pipeline.
The pipeline
Rules
- Green or it doesn’t merge. No overriding a red pipeline to “fix it later”.
- Reproducible builds. The same commit builds the same artifact, every time.
- Secrets from the manager. Pipelines read secrets at run time; they’re never in the repo.
Related
Last updated on