chore: bootstrap trellis workspace and sync deployment settings

This commit is contained in:
qzl
2026-04-20 17:15:50 +08:00
parent 0842e04c39
commit eeed737949
82 changed files with 16522 additions and 11 deletions
+2 -2
View File
@@ -152,10 +152,10 @@ docker compose --env-file deploy/.env.prod -f deploy/docker-compose.prod.yml up
打包 Android APK 时需指定后端地址:
```bash
bash deploy/build-android-release.sh --backend-host api.linksy.chat --channel release
bash deploy/build-android-release.sh --backend-host http://115.190.63.157 --channel release
```
后端地址:`https://api.linksy.chat`
后端地址:`http://115.190.63.157`
## 已知约束