Update deployment command in release workflow#2610
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
ApprovabilityVerdict: Needs human review This removes You can customize Macroscope's approvability policy. Learn more. |
What Changed
Why
UI Changes
Checklist
Note
Medium Risk
Touches the release GitHub Actions workflow and changes how the hosted web app is deployed to Vercel, which could affect production deployments if the working directory/config isn’t as expected.
Overview
Updates the release workflow’s Vercel deployment step to run
vercel deploywithout an explicitapps/webpath, relying on the default project context while keeping the same prod/skip-domain flags and build env vars.Reviewed by Cursor Bugbot for commit 3768611. Bugbot is set up for automated code reviews on this repo. Configure here.
Note
Remove
apps/webpath argument from Vercel deploy command in release workflowUpdates release.yml to drop the explicit
apps/websubdirectory argument from thebunx vercel@53.1.1 deploycommand. The deployment now runs from the job's working directory rather than theapps/websubdirectory.Macroscope summarized 3768611.