content/guides/12.integrations/4.vercel/deployments.md
Once you've connected your Vercel account and configured your projects, you can manage all deployment activities directly from Directus.
You should trigger deployments after publishing content changes that affect your frontend.
Trigger new deployments for any connected Vercel project:
Each deployment is tracked in Directus with the associated deployment metadata.
Track the status of your deployments in the deployment list screen. The list shows:
BUILDING: The deployment is currently being builtREADY: The project is successfully built, deployed, and liveCANCELED: The deployment was canceled before completionERROR: The deployment failed during the build or runtime phaseAccess detailed build logs for any deployment:
Build logs help you troubleshoot deployment issues and understand your build process.
Download deployment logs for documentation or troubleshooting:
Quickly access your live deployments:
Deployment Workflow
Performance Tips
Troubleshooting