Deploy a Release

Create and deploy a release from a successful service package.

A release gives a successful package a deployable identity and records which artifact should run in an environment.

Create a Release

  1. Open the service and select Packages.
  2. Open a successful package.
  3. Select Create release.
  4. Enter a release name and optional issue-tracking link.
  5. Save the release.

Use a consistent naming scheme such as a semantic version, deployment train, or dated release identifier.

Deploy It

  1. Open the service's Releases page.
  2. Select the release.
  3. Select Deploy and choose the target environment.
  4. Monitor the deploy record until it succeeds or fails.
  5. Verify application health and key user paths after deployment.

If deployment fails, inspect the deploy logs before creating another release. The release remains a useful record even when one environment deployment fails.