chore: move workflow/repo/documents/config under assets

This commit is contained in:
tukuaiai
2026-02-27 01:46:51 +08:00
parent fae4b3a0c3
commit a224fa4620
488 changed files with 203 additions and 196 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
# 部署脚本
set -e
echo "Deploying..."
# docker-compose up -d
echo "Done!"