Deployments
Documentation and guides for OutcomeDev.
This document explains how the "Deployments" tab works and how it integrates with Vercel to provide you with a seamless preview experience.
How it Works
When a task is completed and a branch has been created, the platform can automatically trigger a preview deployment on Vercel. The "Deployments" tab provides a direct link to this preview, allowing you to see the changes live in a production-like environment.
This is made possible by a tight integration with Vercel. The platform monitors the task for a preview URL, and when one is available, it's displayed in the "Deployments" tab.
The "Deployments" Tab
The "Deployments" tab is your window into the live preview of your task. Here's what you can expect to see:
- Deployment Status: A message indicating whether a deployment is available or not.
- Preview URL: A direct link to the Vercel preview deployment.
- Deployment Time: The time the deployment was created.
Requirements
For the "Deployments" tab to display a preview URL, the following conditions must be met:
- A branch must be created for the task.
- The task must be completed.
- A Vercel preview deployment must be successfully created.
If these conditions are not met, the "Deployments" tab will simply display a message indicating that no deployment was found.