fix(review round 1, own slice): plugin welcome-gap counting + null-id guard; bridge setup group-kill; Makefile staticcheck gate + worker-image rsync; deploy excludes
This commit is contained in:
@@ -20,14 +20,12 @@ web:
|
||||
cd web && bun install && bun run build
|
||||
|
||||
worker-image:
|
||||
docker build -f docker/worker.Dockerfile \
|
||||
--build-arg LVMH_PLUGIN=build-plugin/lvmh-agent.ts \
|
||||
-t lvmh-worker:latest .
|
||||
@# build-plugin/ is prepared by deploy/prep-worker.sh
|
||||
bash deploy/rsync-pi-agent.sh
|
||||
docker build -f docker/worker.Dockerfile -t lvmh-worker:latest .
|
||||
|
||||
verify: daemon
|
||||
cd daemon && go vet ./...
|
||||
cd daemon && staticcheck ./... || true
|
||||
cd daemon && staticcheck ./...
|
||||
cd daemon && go test ./... -count=1
|
||||
cd web && bun run build
|
||||
cd plugin && bunx tsc@5.9 --noEmit -p tsconfig.json
|
||||
@@ -35,7 +33,7 @@ verify: daemon
|
||||
test:
|
||||
cd daemon && go test ./... -count=1
|
||||
|
||||
deploy: verify worker-image
|
||||
deploy: verify
|
||||
bash deploy/deploy.sh $(REMOTE) $(REMOTE_DIR)
|
||||
|
||||
e2e:
|
||||
|
||||
Reference in New Issue
Block a user