Skip to main content

Deploying code changes

When you push new code changes to your production branch (typically main or master), Inteleto automatically detects these changes and initiates a new deployment. The platform will pull your latest code, build a fresh Docker image, and deploy the updated containers.

For applications with at least two replicas configured, deployments happen with zero downtime since Inteleto updates containers one at a time while keeping the others running to handle traffic. However, if you have only a single replica, you may experience a brief downtime during the container restart as the new version is deployed.

You can monitor the deployment progress in real-time through the Deployments tab in your application dashboard. The logs will show you the build process, container startup, and any potential issues that may arise during deployment.

Deploying changes