Skip to content

Update deployment command in release workflow#2610

Merged
juliusmarminge merged 1 commit intomainfrom
juliusmarminge-patch-1
May 9, 2026
Merged

Update deployment command in release workflow#2610
juliusmarminge merged 1 commit intomainfrom
juliusmarminge-patch-1

Conversation

@juliusmarminge
Copy link
Copy Markdown
Member

@juliusmarminge juliusmarminge commented May 9, 2026

What Changed

Why

UI Changes

Checklist

  • This PR is small and focused
  • I explained what changed and why
  • I included before/after screenshots for any UI changes
  • I included a video for animation/interaction changes

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 deploy without an explicit apps/web path, 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/web path argument from Vercel deploy command in release workflow

Updates release.yml to drop the explicit apps/web subdirectory argument from the bunx vercel@53.1.1 deploy command. The deployment now runs from the job's working directory rather than the apps/web subdirectory.

Macroscope summarized 3768611.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 9, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 35013d42-8f2e-4e21-882d-2066888744df

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch juliusmarminge-patch-1

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions Bot added vouch:trusted PR author is trusted by repo permissions or the VOUCHED list. size:XS 0-9 changed lines (additions + deletions). labels May 9, 2026
@juliusmarminge juliusmarminge merged commit 6b9feb1 into main May 9, 2026
12 checks passed
@juliusmarminge juliusmarminge deleted the juliusmarminge-patch-1 branch May 9, 2026 01:30
@macroscopeapp
Copy link
Copy Markdown
Contributor

macroscopeapp Bot commented May 9, 2026

Approvability

Verdict: Needs human review

This removes apps/web from the Vercel deploy command in the production release workflow, changing what directory gets deployed.

You can customize Macroscope's approvability policy. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS 0-9 changed lines (additions + deletions). vouch:trusted PR author is trusted by repo permissions or the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant