axeiro

Redeployments

Redeployments allow you to update your application when your source code changes. Axeiro makes redeploying predictable and safe, without changing your application URL.

How Redeployments Work

A redeployment follows the same lifecycle as an initial deployment:

  • Fetch the latest code from your selected branch
  • Build a new application image
  • Deploy the new version to the runtime
  • Route traffic to the updated version

Manual Redeployments (v1)

In the current version of Axeiro, redeployments are triggered manually from the dashboard. This gives you full control over when new code is deployed to production.

After pushing changes to your Git repository, open your application in the dashboard and click Redeploy.

Deployment Limits

Your subscription plan may define limits on the number of deployments or redeployments allowed within a billing cycle. These limits are shown clearly in the dashboard.

Automatic Redeployments (Planned)

Automatic redeployments triggered by Git events (such as pushes to a branch) are planned for a future release. This feature will be optional and configurable per application.