Document workpc worker staging path

This commit is contained in:
kami
2026-07-28 16:30:02 +04:00
parent 2cecbc4015
commit 673a3ab244
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -97,6 +97,11 @@ reading that section first.
## Working conventions
- **workpc worker deployment target:** copy the built worker binary to
`workpc:~/orchestra-deploy/orchestra-worker` (that is,
`/home/kami/orchestra-deploy/orchestra-worker`), not directly to
`/usr/local/bin`. The workpc deployment process installs from this staging
path. Verify the remote checksum and Go build revision before restart.
- `go build ./...`, `go vet ./...`, and `go test ./...` must all pass — `go
vet` was broken for a while (duplicate JSON struct tags) and nobody
noticed because only `build`/`test` were being checked. Always run all
+5
View File
@@ -97,6 +97,11 @@ reading that section first.
## Working conventions
- **workpc worker deployment target:** copy the built worker binary to
`workpc:~/orchestra-deploy/orchestra-worker` (that is,
`/home/kami/orchestra-deploy/orchestra-worker`), not directly to
`/usr/local/bin`. The workpc deployment process installs from this staging
path. Verify the remote checksum and Go build revision before restart.
- `go build ./...`, `go vet ./...`, and `go test ./...` must all pass — `go
vet` was broken for a while (duplicate JSON struct tags) and nobody
noticed because only `build`/`test` were being checked. Always run all