Gate production rollout behind manual approval - #104
Draft
DCLXAI wants to merge 1 commit into
Draft
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
What changed
workflow_runproduction triggerworkflow_dispatchoperation and exact approvedmainSHAdeployment_authorizedconfirmation and theproductionenvironment scopeverifyoperation for production database connectivity and schema parityWhy
Merging PR #102 caused the existing successful-main-CI trigger to start a production release automatically. The run was stopped before domain promotion, but cancellation arrived after additive PostgreSQL migrations had already applied. Production deployment must be an explicit operator action with the approved ticket, rollback owner, source commit, Railway access, latency budgets, alert acknowledgment, and canary timestamp checked before any mutation.
Impact
A push or successful CI run can no longer deploy production. Operators can run
operation=verifywithout building, migrating, creating a Vercel deployment, or changing domains.operation=deployremains fail-closed and preserves the prebuilt canary → readiness/backend verification → promote sequence.Validation
/api/readinessreturned HTTP 200 with operational PostgreSQL connectivity and no required failuresFollow-up after merge
operation=verifyfor the new merge SHA and capture the20260813085000_trace_request_correlationparity result.productionenvironment if an additional approval layer is desired.operation=deployuntil the full rollout preflight inputs and Railway credential are available.