feat(shangwutong): sync classifications and update conversations

This commit is contained in:
2026-09-11 17:08:18 +08:00
parent a06d4f4199
commit 31f157a4f5
28 changed files with 2541 additions and 232 deletions
+3 -3
View File
@@ -98,11 +98,11 @@ done
sed \
-e "s|^GOCHAT_IMAGE_REF=.*|GOCHAT_IMAGE_REF=$gochat_image|" \
-e "s|^SHANGWUTONG_IMAGE_REF=.*|SHANGWUTONG_IMAGE_REF=$connector_image|" \
.env.example > "$stage/.env.example"
.env.example >"$stage/.env.example"
cp deploy/docker/README.dist.md "$stage/README.md"
printf 'SOURCE_COMMIT=%s\nGOCHAT_IMAGE_REF=%s\nSHANGWUTONG_IMAGE_REF=%s\n' \
"$(git rev-parse HEAD)" "$gochat_image" "$connector_image" > "$stage/MANIFEST"
(cd "$stage" && find . -type f ! -name SHA256SUMS -print | sort | xargs sha256sum > SHA256SUMS)
"$(git rev-parse HEAD)" "$gochat_image" "$connector_image" >"$stage/MANIFEST"
(cd "$stage" && find . -type f ! -name SHA256SUMS -print | sort | xargs sha256sum >SHA256SUMS)
rm -rf "$output_dir"
mv "$stage" "$output_dir"