axeiro

Application Deployment Lifecycle

Axeiro deploys applications by building container images from your Git repository and running them on managed cloud infrastructure. You do not need to manage virtual machines, containers, or deployment pipelines.

1. Select a Repository

From the dashboard, choose New App and select a connected GitHub or GitLab repository along with the branch you want to deploy.

2. Review Deployment Configuration

Axeiro inspects your repository to detect the runtime and start command. You can review and adjust these settings before deploying.

3. Build the Application Image

When you click Deploy, Axeiro creates a build job that generates a container image for your application. If no Dockerfile is present, Axeiro generates one automatically based on the detected runtime.

4. Deploy to Runtime

After the image is built, Axeiro deploys it to a managed runtime and exposes the application through a stable HTTPS endpoint.

5. Redeploy Updates

To deploy new code, push updates to your repository and trigger a redeploy from the dashboard. Your application URL remains the same across deployments.