Implement native fast iterative deploy workflow
Some checks are pending
Discord notifications / Push -> Discord (main) (push) Waiting to run
Discord notifications / CI result -> Discord (red on failure) (push) Waiting to run
Discord notifications / Release -> Discord (lavender) (push) Waiting to run

This commit is contained in:
dirtydishes 2026-05-18 03:34:24 -04:00
parent 687a217014
commit d589858c03
17 changed files with 873 additions and 110 deletions

View file

@ -0,0 +1,21 @@
# Native, Fast, Iterative Deployment Plan (Docker Optional)
Date: 2026-05-18
## Plan Steps (15)
1. ☐ Stop the bleeding immediately (current deploy loop).
2. ☐ Get hard timing data per deploy phase.
3. ☐ Live server state audit (when plan mode is off).
4. ☐ Resolve duplicate compose stack first (islandflow-2db).
5. ☐ Fix NPM proxy route regression (islandflow-sz8).
6. ☐ Define target iterative deployment model.
7. ☐ Prepare native runtime prerequisites on VPS.
8. ☐ Checked-in native ops assets (islandflow-38p).
9. ☐ Switch proxy topology for native mode carefully.
10. ☐ Deploy strategy guardrails.
11. ☐ Validation matrix.
12. ☐ Staged cutover plan.
13. ☐ Decision: final default runtime.
14. ☐ Decision: optimization priority.
15. ☐ Decision: immediate live audit kickoff.