Skip to content

Remove automatic deployment on push to main#102

Merged
kixelated merged 1 commit into
mainfrom
claude/silly-mclaren-6db8a4
Jun 2, 2026
Merged

Remove automatic deployment on push to main#102
kixelated merged 1 commit into
mainfrom
claude/silly-mclaren-6db8a4

Conversation

@kixelated
Copy link
Copy Markdown
Collaborator

What changed

Removes .github/workflows/deploy.yml, the workflow that ran bun wrangler deploy --env live on every push to main.

Why

Disables automatic production deployments when merging into main. Deployments are now manual.

Notes for reviewers

  • Deploy manually with just deploy live (production) or just deploy (staging).
  • Untouched: pr.yml (runs bun run check on PRs) and notify-new-post.yml (blog subscriber emails) — neither is a deployment.

🤖 Generated with Claude Code

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>
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jun 2, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 9405fcd1-e8ab-4c2c-9b34-77494fc52bd7

📥 Commits

Reviewing files that changed from the base of the PR and between 610451a and c9533e7.

📒 Files selected for processing (1)
  • .github/workflows/deploy.yml
💤 Files with no reviewable changes (1)
  • .github/workflows/deploy.yml

Walkthrough

This PR removes the .github/workflows/deploy.yml file, which previously automated deployment to Cloudflare on pushes to the main branch. The workflow installed dependencies, ran checks and build steps, and executed bun wrangler deploy using the CLOUDFLARE_API_TOKEN secret. The deployment pipeline is no longer triggered through this automated workflow.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: removing automatic deployment on push to main.
Description check ✅ Passed The description is directly related to the changeset, explaining what was removed, why, and providing relevant context for reviewers.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch claude/silly-mclaren-6db8a4

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.

❤️ Share

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

@kixelated kixelated merged commit dab5317 into main Jun 2, 2026
1 check passed
@kixelated kixelated deleted the claude/silly-mclaren-6db8a4 branch June 2, 2026 20:11
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