Skip to content

Conversation

@cte
Copy link
Collaborator

@cte cte commented Jun 3, 2025

Description

Automatically deploy to Vercel under the right conditions.


Important

Add GitHub Actions workflows for automatic deployment to Vercel on specific branch conditions.

  • Workflows:
    • website-deploy.yml: Deploys to Vercel on main branch push to apps/web-roo-code/** path.
    • website-preview.yml: Previews on non-main branch push to apps/web-roo-code/** path.
  • Conditions:
    • Both workflows check if VERCEL_TOKEN is set before proceeding.
  • Deployment Steps:
    • Both workflows include steps to checkout code, setup Node.js and pnpm, install Vercel CLI, pull environment info, build, and deploy to Vercel.

This description was created by Ellipsis for aea4429. You can customize this summary. It will automatically update as commits are pushed.

@cte cte requested a review from mrubens as a code owner June 3, 2025 23:21
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Jun 3, 2025
@cte cte merged commit 664346e into main Jun 3, 2025
13 checks passed
@cte cte deleted the cte/vercel-auto-deploy branch June 3, 2025 23:23
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Jun 3, 2025
@github-project-automation github-project-automation bot moved this from Triage to Done in Roo Code Roadmap Jun 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S This PR changes 10-29 lines, ignoring generated files.

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants