During the deployment phase, your project is built and made available through a unique URL once it is deployed successfully.
A deployment is an environment in action. There can be multiple deployments in a single environment, out of which the active deployment uses the latest environment configuration to build the website.
This document details the following in your Deployments screen:
When you import a project from a Git repository:

When you import a project by uploading a .zip file:

The deployment information panel displays the details of your project deployment.
You can get the following information about your deployment from this panel if you created your project using a Git repository:

You can get the following information about your deployment from this panel if you created your project by uploading a file:
Note: The Download Code button appears only when the deployment goes to Live, Deployed, or Failed status.

On successful deployment, Launch also generates a preview image of your site that can be viewed on the deployment information panel.

Following are the different project deployment statuses available in Launch:
| Code | Status | What it means |
|---|---|---|
![]() | Live | Deployment is successful and is currently active. |
![]() | Deployed | Previous deployment which was successful. |
![]() | Failed | Deployment is unsuccessful. |
![]() | Deploying | Deployment is in progress. |
![]() | Canceled | Deployment is canceled due to deployment build hours limits. |
![]() | Queued | Deployment is queued due to an ongoing deployment in the environment, waiting for it to finish. |
![]() | Skipped | Already queued deployment is skipped to queue a new deployment. |
You can view the previous deployments of projects deployed using GitHub and File Upload methods. To do this, follow the below steps:




You can redeploy your site any number of times to create new deployments. Redeployment can be done in one of the following ways-
If you are redeploying from the deployment details page or using a deploy hook, you can use a commitId to redeploy, if you imported the project using GitHub.

When you click the Redeploy button, you can choose a commit to redeploy.

If you imported the project by uploading a zip file, you can redeploy without a commitId. You can then choose from one of the following options to redeploy:

Note: You cannot redeploy a site while a deployment is in progress.
In Launch, you can redeploy your project multiple times. But when multiple subsequent deployments are triggered for a given environment, all intermediate deployments will be skipped and only the latest deployment will take effect.
You can find deployment logs in the Logs below Deployment Information. You can monitor the logs to get the details of the following deployment stages:
You can also copy the log details by clicking the copy icon in the top-right corner of Logs.
