Each time you deploy your app Vizalo will create a record of that deployment containing the Git information for the commit your deploying, deployment logs and whether the deployment was successful or not.
Deploying
Git
By default all pushes to the connected branch for an app will automatically build and deploy. So if you selected your branch as main
when creating your app, every time you push to that branch or merge a pull request it will automatically be built and deployed.
Manual
You can always manually deploy your app using the "Deploy Now" button on the Overview page for your app. This will pull the latest commit and build and deploy it.
Deployment Status
Once a deployment is finished it will be assigned a status.
Success
When a deployment is successful, meaning it was built and deployed successfully it will be assigned the Successful status.
Active
The latest successful deployment will be assigned the Active status. This is the deployment that is actively being shown to users.
Failed
Deployments that fail at any point whether it is during build or deployment to production will be marked as failed.