Deploying

The build, deploy, and health-check pipeline on lowcloud Platform, plus live logs and redeploys.

Last updated: May 12, 2026

Deploying

Click Deploy Web Service to trigger a deployment. Each deploy runs three steps:

  1. Build image: clones your repository and builds the container image. Skipped when the source is an existing image.
  2. Deploy app: applies the new container configuration to your project.
  3. Health check: waits for the new container to start serving traffic.

If any step fails, the deployment is marked failed and the previous version keeps serving traffic.

Build and deploy logs

The Deployments tab streams build output as it runs and keeps the full log for every past deployment.

Runtime metrics

Live runtime metrics (CPU, memory, replicas) live on the Monitoring tab. It updates every 30 seconds when auto-refresh is on.

Redeploying

Push a new commit to the tracked branch, then trigger a redeploy from the Deployments tab. Each redeploy gets a fresh build and, on success, rolls out without dropping traffic.