Remove automatic deployment on push to main#102
Conversation
Delete the deploy workflow that ran `wrangler deploy --env live` on every push to main. Deployments are now manual via `just deploy live`. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
WalkthroughThis PR removes the 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches✨ Simplify code
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
What changed
Removes
.github/workflows/deploy.yml, the workflow that ranbun wrangler deploy --env liveon every push tomain.Why
Disables automatic production deployments when merging into
main. Deployments are now manual.Notes for reviewers
just deploy live(production) orjust deploy(staging).pr.yml(runsbun run checkon PRs) andnotify-new-post.yml(blog subscriber emails) — neither is a deployment.🤖 Generated with Claude Code