Skip to content

Commit 321e873

Browse files
baijumclaude
andcommitted
docs: mark preview/production race condition as fixed in roadmap
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e0c6348 commit 321e873

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Enable preview deployments for pull requests. This is a significant feature requ
5353

5454
**Done when:** Opening a PR creates an accessible preview environment with its own database state. Closing the PR fully removes all preview resources. Tested with at least 2 concurrent previews.
5555

56-
**Status:** Complete. Wildcard DNS (`*.preview.anulectra.com`) configured. Preview workflow (`preview.yml`) added to app-template: deploys on PR open/sync, cleans up on PR close. Each PR gets an isolated PostgreSQL schema and a per-PR Caddyfile.
56+
**Status:** Complete. Wildcard DNS (`*.preview.anulectra.com`) configured. Preview workflow (`preview.yml`) added to app-template: deploys on PR open/sync, cleans up on PR close. Each PR gets an isolated PostgreSQL schema and a per-PR Caddyfile. Preview/production race condition fixed — each preview now gets its own clone directory (`/opt/apps/{APP_NAME}-pr-{N}`) instead of sharing the production directory.
5757

5858
## Phase 5 — Multi-App Platform
5959

0 commit comments

Comments
 (0)