About

After the creation of release, the next step in a deployment pipeline is to deploy the code (ie archive).

Generally, It implies:

  • to run a deployment software with the release as parameter.
  • the output is generally posted as a notification to inform about the outcome of the deployment. A faulty deployment may be roll backed by deploying the last stable tag.

The deployment software is part of a set of tool to support infrastructure as code.

Type

Platform