Hyperce Knowledge Base
SOPs

Deployment Process

Standard operating procedure for deploying to production.

Overview

This document describes the standard process for deploying services to production.

Prerequisites

  • Access to the deployment pipeline
  • Approved pull request merged to main
  • All CI checks passing

Steps

  1. Verify the PR has been merged and CI is green.
  2. Navigate to the deployment dashboard.
  3. Select the service and target environment.
  4. Trigger the deployment.
  5. Monitor logs for errors during rollout.
  6. Verify health checks pass after deployment.

Rollback

If the deployment fails or introduces issues:

  1. Trigger a rollback from the deployment dashboard.
  2. Notify the team in the incident channel.
  3. Investigate the root cause before re-deploying.

On this page