Skip to content

fix: create Cloudflare Pages project before deploy#136

Merged
tomymaritano merged 1 commit into
developfrom
fix/cloudflare-deploy
Mar 12, 2026
Merged

fix: create Cloudflare Pages project before deploy#136
tomymaritano merged 1 commit into
developfrom
fix/cloudflare-deploy

Conversation

@tomymaritano

Copy link
Copy Markdown
Collaborator

Summary

  • Add step to create readied-web project on Cloudflare Pages before deploying
  • Uses continue-on-error: true so it doesn't fail when project already exists
  • Add --commit-dirty=true to suppress wrangler git warning

Context

The Deploy Web workflow has never succeeded — project readied-web doesn't exist on Cloudflare Pages (error code 8000007).

Test plan

  • Merge to develop → main, verify deploy succeeds

🤖 Generated with Claude Code

The project readied-web doesn't exist on Cloudflare Pages, causing all
deploys to fail with code 8000007. Added a step to create the project
(with continue-on-error for subsequent runs when it already exists).
Also added --commit-dirty=true to suppress git warning.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@tomymaritano tomymaritano enabled auto-merge (squash) March 12, 2026 03:30
@github-actions github-actions Bot added the ci label Mar 12, 2026
@coderabbitai

coderabbitai Bot commented Mar 12, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@tomymaritano has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 16 minutes and 52 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 79e6132a-975c-40a1-bbc7-e985f94b6553

📥 Commits

Reviewing files that changed from the base of the PR and between 024e46c and 9b1c283.

📒 Files selected for processing (1)
  • .github/workflows/docs.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/cloudflare-deploy

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.

@tomymaritano tomymaritano merged commit 193bbce into develop Mar 12, 2026
13 checks passed
@tomymaritano tomymaritano deleted the fix/cloudflare-deploy branch March 12, 2026 03:33
tomymaritano added a commit that referenced this pull request Mar 12, 2026
## Summary
- Create `readied-web` project on Cloudflare Pages if it doesn't exist
- Mirror of PR #136 (targeting develop)

## Test plan
- [ ] Deploy Web workflow succeeds after merge

🤖 Generated with [Claude Code](https://claude.com/claude-code)

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant