Skip to content

fix: align deploy workflow with uteke/trapfall pattern#292

Merged
ajianaz merged 1 commit into
developfrom
fix/deploy-workflow-align
Jun 14, 2026
Merged

fix: align deploy workflow with uteke/trapfall pattern#292
ajianaz merged 1 commit into
developfrom
fix/deploy-workflow-align

Conversation

@ajianaz

@ajianaz ajianaz commented Jun 14, 2026

Copy link
Copy Markdown
Collaborator

Problem

cora.pages.dev still shows "Coming Soon" placeholder despite successful deploy runs.

Root cause: deploy workflow missing --commit-dirty=true and --branch=main flags that uteke and trapfall use.

Changes

  • Add --commit-dirty=true to wrangler deploy command
  • Add --branch=main to wrangler deploy command
  • Keeps docs:build (cora-specific, unlike uteke/trapfall which use build)

Reference

This matches the exact pattern from:

  • codecoradev/uteke → ✅ deploys successfully
  • codecoradev/trapfall → ✅ deploys successfully

- Add --commit-dirty=true flag
- Add --branch=main flag
- Keeps docs:build (cora-specific)

Matches uteke and trapfall workflows that deploy successfully.
@ajianaz
ajianaz merged commit 24945ac into develop Jun 14, 2026
10 checks passed
@ajianaz
ajianaz deleted the fix/deploy-workflow-align branch June 14, 2026 13:59
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