Skip to content

[codex] Preserve craft-spaces wildcard domain#287

Merged
crazygo merged 1 commit into
mainfrom
codex/craft-spaces-wildcard-origin
Jul 3, 2026
Merged

[codex] Preserve craft-spaces wildcard domain#287
crazygo merged 1 commit into
mainfrom
codex/craft-spaces-wildcard-origin

Conversation

@crazygo

@crazygo crazygo commented Jul 3, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • keep craft-spaces.bricks.cool and *.craft-spaces.bricks.cool bound to the production Dokku app during deploys
  • document the wildcard host requirement for generated channel sites
  • record the completed production fix task

Validation

Copilot AI review requested due to automatic review settings July 3, 2026 11:25
@vercel

vercel Bot commented Jul 3, 2026

Copy link
Copy Markdown

Deployment failed with the following error:

Hobby accounts are limited to daily cron jobs. This cron expression (* * * * *) would run more than once per day. Upgrade to the Pro plan to unlock all Cron Jobs features on Vercel.

Learn More: https://vercel.link/3Fpeeb1

@crazygo crazygo merged commit a0fd514 into main Jul 3, 2026
6 of 10 checks passed
@crazygo crazygo deleted the codex/craft-spaces-wildcard-origin branch July 3, 2026 11:26

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Ensures the production Dokku deployment keeps craft-spaces.bricks.cool and *.craft-spaces.bricks.cool bound to the bricks app so generated channel sites under https://<slug>.craft-spaces.bricks.cool/ continue to route correctly across deploys, while documenting the wildcard-host requirement and recording the production fix.

Changes:

  • Update the production Dokku deploy workflow to set the app domains to include craft-spaces.bricks.cool and the wildcard *.craft-spaces.bricks.cool.
  • Document the wildcard-host requirement (and origin SNI/TLS implication) in Dokku deployment docs.
  • Add a completed task record describing the incident, acceptance criteria, and validation.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
docs/tasks/done/2026-07-03-19-22-CST-craft-spaces-wildcard-origin-tls.md Records the completed production fix and validation evidence/commands.
docs/deploy/dokku.md Documents required Dokku domain bindings for generated channel site wildcard hosts.
.github/workflows/dokku_production_deploy.yml Preserves the wildcard craft-spaces domain bindings during production deploy provisioning.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 42 to +45
app="bricks"
data_root="/home/bricks/data/production/sandboxes"
domain="craft.bricks.cool"
public_site_domain="craft-spaces.bricks.cool"
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.

2 participants