Continous Deployment

Similar to Continuous Integration, Continuous Deployment is a strategy in software development where code changes to an application are released automatically into the production environment. (Source: IBM)

Github Actions

GitHub Actions are also used for CD. An example workflow that uses CD can be found in the sources of this documentation, as each time a release is performed, the build and deployment process are done automatically.