send tool call log as .md file, deploy assets, fix status(&mut self)

This commit is contained in:
Fam Zheng
2026-04-11 09:39:51 +01:00
parent 55e9b2f50f
commit 2b42ca539c
3 changed files with 21 additions and 6 deletions

View File

@@ -35,6 +35,7 @@ deploy: test build
scp config.suite.yaml $(SUITE):/data/noc/config.yaml
scp noc.service.in $(SUITE):/data/noc/
rsync -a tools/ $(SUITE):/data/noc/tools/
rsync -a assets/ $(SUITE):/data/noc/assets/
ssh $(SUITE) 'bash -lc "\
cd /data/noc \
&& sed -e \"s|@REPO@|/data/noc|g\" -e \"s|@PATH@|\$$PATH|g\" noc.service.in > ~/.config/systemd/user/noc.service \