20.1 Standard App Deployment

Orbnetes deployment and release orchestration documentation for operators and platform teams.

Objective

Deploy a new application version to one target environment using release + blueprint flow.

Prerequisites

  • project exists and selected in UI context,
  • at least one online agent with matching tags,
  • release source configured and reachable,
  • blueprint validated and launch-ready,
  • required secrets/variables available.

Steps

  1. Open Releases -> Create.
  2. Enter release title (include version/build ref).
  3. Select blueprint.
  4. Select source, tag, and release file.
  5. Select one configuration environment.
  6. Fill required launch inputs.
  7. Launch release.
  8. Open pipeline graph and watch live execution.
  9. Open failing/running job page if needed.
  10. Confirm final release status and environment version state.

Success Criteria

  • release status becomes succeeded,
  • target environment shows expected version,
  • no unresolved failed critical jobs,
  • audit event trail is present.

Common Pitfalls

  • wrong release file selected under correct tag,
  • missing environment-scoped secret,
  • tag mismatch between job and allowed agents.