Document armub deploy instance

This commit is contained in:
2026-02-07 10:41:34 +08:00
parent 329877b5bf
commit bfbec861d0

View File

@@ -106,6 +106,19 @@
- Daily backup
- HTTPSLet's Encrypt
### 9.1 目前遠端部署armub
- 遠端主機:`armub`ssh alias
- 專案路徑:`/home/gbanyan/docker/usher-manage-stack`
- 啟動方式:使用 `tmux` session `usher` 執行 `php artisan serve --host=0.0.0.0 --port=8000`
- 更新流程(無 branch
- 本地完成後 `git push`
- 遠端 `git pull`
- 如有 migration`php artisan migrate --force`
- 如有 Blade 變更:`php artisan view:clear`
- 必要時重啟 `tmux` session `usher`
- SQLite如使用遠端 DB 檔位於 `database/database.sqlite`(可用 `scp` 與本地互相同步)
## 10. Roadmap
### Phase 1