chore: repo - migrate external tools

This commit is contained in:
tukuaiai
2026-02-26 07:39:50 +08:00
parent 3d3f35669c
commit 1a249f4720
397 changed files with 83 additions and 83 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
# 部署脚本
set -e
echo "Deploying..."
# docker-compose up -d
echo "Done!"