Code Shipping - Deployment

Card Puncher Data Processing

Code Shipping - Deployment

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





Discover More
Card Puncher Data Processing
Code Shipping - Archive (Distribution)

In the context of code shipping, an archive: contains module (package) in the following form: compiled code or source or/and other resource files is versioned that are used to distribute...
Card Puncher Data Processing
Code Shipping - Binary Distribution

A binary distribution is the binary representation of the code in a archive format of a release. Compiled Code is generally packaged in archive that you can get via a package manager. The distribution...
Card Puncher Data Processing
Code Versioning - Release

A release is packaging your application under a version in a format that is suitable for the distribution channel. If you publish your application to: a package manager, you should create your application...



Share this page:
Follow us:
Task Runner