Deployments
Reading live build logs
2 min read
Watch a deployment build and start in real time.
Where to find them
Open any deployment from your project's Deployments tab to see its build output streamed live, from clone through build through container start.
If a build fails
The log will show where the failure happened. Common causes are a missing or wrong start command, a build command that exits non-zero, or a missing environment variable your app expects at build time.
Didn't find what you needed? Email support