release: restore Cloudflare production deployment - #29
Merged
Merged
Conversation
The promotion workflow fast-forwards main with GITHUB_TOKEN, whose pushes do not trigger the Cloudflare push workflow. This left docs.zerodenet.org on the previous deployment even after a successful release. Explicitly dispatch the Cloudflare Pages workflow on main after promotion and grant the required actions: write permission. Update release summaries and deployment guidance to distinguish branch promotion from completed production deployment, including recovery when main already advanced. Validation: pnpm check:build passed for all 69 Markdown files and generated output; workflow YAML parsed and every shell step passed bash -n; git diff --check passed. Co-authored-by: kovawx <kovawx@gmail.com>
higanbana986
temporarily deployed
to
github-pages
September 9, 2026 04:31 — with
GitHub Actions
Inactive
|
Promoted |
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.
Release the production deployment fix from develop to main. The promotion workflow now explicitly dispatches the Cloudflare Pages main deployment after fast-forwarding main, addressing the missing deployment after PR #27.
PR #28 passed Documentation CI and local pnpm check:build. After promotion, verify the Cloudflare main run succeeds and https://docs.zerodenet.org/progress serves the updated progress page with the unified 0.0.1 product versions.
Use the release:promote label to fast-forward main; do not merge this release PR with GitHub's merge buttons.