Deployments
This view provides a history of all deployments, including the commit hash, the user who deployed it, and the time it was deployed. You can also see the status of each deployment, whether it was successful or failed. If you want to see more details about a specific deployment, click on it to view the logs and other information.
Reusing images
In environments view you can choose to reuse the image of a previous deployment (See deployment process for details). This is useful if you want to deploy the same version of your application without rebuilding it. You can select the image you want to reuse from a limited number of previous successful deployments.
Reusing an image creates a new deployment with the same image but with up-to-date environment variables and settings.