Skip to content

fix(vercel): avoid false skipped production deploys#174

Merged
anand-testcompare merged 9 commits intomainfrom
feat/issue-34-auth-foundation
Feb 28, 2026
Merged

fix(vercel): avoid false skipped production deploys#174
anand-testcompare merged 9 commits intomainfrom
feat/issue-34-auth-foundation

Conversation

@anand-testcompare
Copy link
Collaborator

Summary

  • Fix the web app ignored-build-step script to continue building when Vercel cannot diff VERCEL_GIT_PREVIOUS_SHA..VERCEL_GIT_COMMIT_SHA.
  • Prevent false cancels caused by invalid or missing revision ranges (which currently skip production deploys after repo/link history changes).

Validation

  • VERCEL_GIT_PREVIOUS_SHA=ae898aa974ec0e368b51de09c65c88bc74d9f788 VERCEL_GIT_COMMIT_SHA=faacd22115ba615a4909a7cbea63a995fec15051 bash scripts/vercel-ignore-web-build.sh
    • output includes Unable to diff ...; continue with build.
    • exits with code 1 (build proceeds)

@vercel
Copy link

vercel bot commented Feb 28, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sketchi-web Ready Ready Preview, Comment Feb 28, 2026 11:29am

Request Review

@anand-testcompare anand-testcompare merged commit 024c9cf into main Feb 28, 2026
8 checks passed
@anand-testcompare anand-testcompare deleted the feat/issue-34-auth-foundation branch February 28, 2026 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant