Skip to main content

Deploy history and logs

For each Strapi Cloud project, you can access the history of all deployments that occured and their details including build and deploy logs. This information is available in the Deployments tab.

Viewing deploy history

In the Deployments tab is displayed a chronological list of cards with the details of all historical deployments for your project.

Project deploysProject deploys

Each card displays the following information:

  • Commit SHA , with a direct link to your git provider, and commit message
  • Deployment status:
    • Deploying
    • Done
    • Cancelled
    • Build failed
    • Deploy failed
  • Last deployment time (when the deployment was triggered and the duration)
  • Production branch

Accessing deployment details & logs

From the Deployments tab, you can hover a deployment card to make the See logs button Show details button appear. Clicking on this button will redirect you to the Deployment details page which contains the deployment's detailed logs.

Deployment detailsDeployment details

In the Build logs and Deployment logs sections of the page you can click on the arrow buttons Down arrow Up arrow to show or hide the build and deployment logs of the deployment.

💡 Tip

Click the Copy button Copy to clipboard button to copy the log contents.

In the right side of the Deployment details page is also displayed the following information:

  • Commit: the commit SHA , with a direct link to your git provider, and commit message used for this deployment
  • Status, which can be Building, Deploying, Done, Cancelled, Build failed, or Deploy failed
  • Source: the branch and commit message for this deployment
  • Duration: the amount of time the deployment took and when it occured