Continuous Delivery

The essential feature of continuous delivery is that every commit that passes its integration step, automatically gets deployed further to a target environment.

Typically, a target environment is a test or integration environment, before final deployment out to production.

Further Reading