ci(web): preview-maze.ryankelly.dev alias for bisect deploys - #12
Merged
Conversation
Dispatching with alias_preview=true always deploys a preview (never prod) and pins it to preview-maze.ryankelly.dev, giving a stable URL for bisecting old commits against the WebGL text-rendering regression. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
rtkelly13
force-pushed
the
ci/preview-maze-alias
branch
from
August 1, 2026 20:09
78e6786 to
54778a2
Compare
The workflow-script guard requires every env var the script reads to be provided at each call site; the /preview job pins it to false so a PR preview can never commandeer the stable bisect alias. Co-Authored-By: Claude Fable 5 <noreply@anthropic.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.
Adds an
alias_previewboolean input to the Web Export workflow'sworkflow_dispatch. When set, the run always deploys a preview (never production, even from main) and aliases it to preview-maze.ryankelly.dev.The domain has already been added to the
mazeVercel project (DNS is on Vercel nameservers, so it resolved automatically).Purpose: bisect the WebGL text-rendering regression on maze.ryankelly.dev (garbled font atlas,
texImage2D: ArrayBufferView not big enoughconsole spam, suspected Godot 4.7.0→4.7.1 bump in #8) by dispatching this workflow on branches pinned to old commits — each old commit rebuilds with its own.github/web-toolchain.env, so the historical toolchain is reproduced faithfully.Note: old commits don't have this input in their workflow file, so bisect branches need this change cherry-picked on top.
🤖 Generated with Claude Code