Build Once Deploy Many
← Back to Immutable Artifacts
The practice of building an artifact exactly once and promoting the same binary through all environments. This guarantees that production runs the exact code that was tested. Environment-specific configuration is injected at deployment time, not build time.