Implement native fast iterative deploy workflow
This commit is contained in:
parent
687a217014
commit
d589858c03
17 changed files with 873 additions and 110 deletions
|
|
@ -129,8 +129,10 @@ This keeps Docker in the local workflow where it helps most (NATS, ClickHouse, R
|
|||
- `./deploy main` keeps the current VPS Docker rollout path as the default and recommended path.
|
||||
- Do not run the repo-root `docker-compose.yml` on the VPS. That file is for local infra only and can create duplicate exposed NATS, ClickHouse, and Redis containers on the server.
|
||||
- `./deploy main --runtime native` targets an experimental host-native Bun + systemd deployment.
|
||||
- Native deploys are now intended primarily for worker-only fast iteration until the public edge is cut over deliberately.
|
||||
- `./deploy current-branch` and `./deploy current-branch --runtime native` keep branch deploys available during the transition, but Docker remains the supported path for the current VPS.
|
||||
- Partial deploys are supported with `--web-only`, `--api-only`, `--services-only`, and `--no-build`.
|
||||
- Partial deploys are supported with `--web-only`, `--api-only`, `--services-only`, `--workers-only`, and `--no-build`.
|
||||
- When run from `/home/delta/islandflow` on the VPS itself, `./deploy` can execute locally instead of SSHing back into the same server.
|
||||
- Docker runtime details live in `deployment/docker/README.md`.
|
||||
- Native runtime expectations and prerequisites live in `deployment/native/README.md`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue