Deployments
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.
Triggering Deployments
Trigger new deployments for any connected Vercel project:
- Navigate to the Deployment module
- Click on the Vercel provider
- Select the project you want to deploy
- Click the Deploy button in the top right
- Vercel will begin building and deploying your project
Each deployment is tracked in Directus with the associated deployment metadata.

Monitoring Deployment Status
Track the status of your deployments in the deployment list screen. The list shows:
- Deployment ID: Vercel identifier for each build
- Status: Current deployment state
QUEUED: The deployment is waiting to be builtINITIALIZING: The deployment is in the initialization phaseBUILDING: 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 phase
- Target: Environment (production, preview, etc.)
- Started: When the deployment began
- Duration: How long the build took
- Author: Who triggered the deployment
Viewing Build Logs
Access detailed build logs for any deployment:
- Click on any deployment from the project list
- View the complete build output, including:
- Build steps and timing
- Static/SSG/dynamic rendering information
- Build cache creation and upload
- Error messages (if applicable)
- Use the search function to find specific log entries
- Filter by log level (All, Stdout, Stderr) to narrow results
Build logs help you troubleshoot deployment issues and understand your build process.

Exporting Logs
Download deployment logs for documentation or troubleshooting:
- Open the deployment details view
- Click the Download icon in the top right
- Logs are exported as a text file with associated timestamps

Visiting Deployed Sites
Quickly access your live deployments:
- From the deployment details view, click the Visit button
- Your deployed site opens in a new tab

Best Practices
Deployment Workflow
- Trigger deployments after publishing content changes that affect your frontend
- Monitor the first few deployments after setup to ensure builds complete successfully
- Keep build logs for failed deployments to troubleshoot issues
Performance Tips
- Build times shown in the deployment list help you track build performance over time
- Vercel's build cache can help improve subsequent deployment speeds
Troubleshooting
- If a deployment fails, check the build logs for specific error messages
- Verify your Vercel project configuration and build settings
- Ensure your Personal Access Token has the necessary permissions
Next Steps
- ← Back to Integration Return to the integration overview
Get once-a-month release notes & real‑world code tips...no fluff. 🐰