Skip to content

Stop mirroring production onto the leftover vercel branch - #290

Merged
akeight merged 1 commit into
mainfrom
ci/remove-vercel
Aug 27, 2026
Merged

Stop mirroring production onto the leftover vercel branch#290
akeight merged 1 commit into
mainfrom
ci/remove-vercel

Conversation

@akeight

@akeight akeight commented Aug 26, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Remove mirror_production_branch.yml, which force-pushed main onto vercel and triggered a second Cloudflare Workers Build (wrangler versions upload).
  • Treat Cloudflare Workers as the only production host in README, privacy, security policy, and runbooks.
  • Keep dashboard runtime vars across deploys by passing --keep-vars to the local deploy script.

The vercel git branch was already deleted on origin after the Vercel project was removed.

Test plan

  • Confirm origin/vercel is gone (git ls-remote --heads origin vercel is empty).
  • After merge, a listing-bot push to main does not start a Workers Build for branch vercel.
  • In Cloudflare: Worker hackhq → Settings → Build → production deploy command is npx wrangler deploy --keep-vars; uncheck non-production branch builds if PR previews are not wanted.
  • Privacy page lists Cloudflare (not Vercel) as the host.

Made with Cursor

The Vercel project is gone, so stop force-pushing main onto a leftover
vercel branch that was also triggering a second Workers Build.

Co-authored-by: Cursor <cursoragent@cursor.com>
@akeight
akeight merged commit f28b0ef into main Aug 27, 2026
4 checks passed
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