feat: add Wrangler deploy script for CF Pages#2
Merged
wavekat-eason merged 2 commits intomainfrom Mar 30, 2026
Merged
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
wavekat-com | 05da759 | Mar 29 2026, 11:37 PM |
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Deploying wavekat-com with
|
| Latest commit: |
df3b42e
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://9bbfaa36.wavekat-com.pages.dev |
| Branch Preview URL: | https://feat-cf-deployment.wavekat-com.pages.dev |
wavekat-eason
pushed a commit
that referenced
this pull request
Mar 30, 2026
🤖 I have created a release *beep* *boop* --- ## [0.0.2](wavekat-com-v0.0.1...wavekat-com-v0.0.2) (2026-03-30) ### Features * add Wrangler deploy script for CF Pages ([#2](#2)) ([fbe175b](fbe175b)) * Astro scaffold with homepage ([#1](#1)) ([f763fb8](f763fb8)) * release-please automation and version display ([#3](#3)) ([3736452](3736452)) ### Bug Fixes * treat feat commits as patch bumps pre-1.0 ([#5](#5)) ([a7ba5ff](a7ba5ff)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
wrangleras a dev dependencycf:deploynpm script (wrangler pages deploy ./dist) for deploying to Cloudflare PagesTest plan
npm run cf:buildto produce./distnpm run cf:deployand confirm deploy succeeds on Cloudflare Pages🤖 Generated with Claude Code