claude-memory/reference_deploy.md

35 lines
1.2 KiB
Markdown
Raw Normal View History

---
name: デプロイ手順・リモート設定
description: 全アプリ共通のデプロイコマンドとリモートリポジトリ設定
type: reference
---
## デプロイコマンド
```bash
git add .
git commit -m "feat/fix/chore: 変更内容"
npm run deploy
# = git push gitea main && git push github main
```
## リモート構成
- gitea → http://100.76.7.3:3000/mai/[app-name].gitローカルバックアップ
- github → https://github.com/posimai/[app-name].gitVercel 自動デプロイトリガー)
## 各アプリの URL
| アプリ | Vercel URL |
|--------|-----------|
| posimai-dashboard | https://posimai-dashboard.vercel.app |
| posimai-brain | https://posimai-brain.vercel.app |
| posimai-feed | https://posimai-feed.vercel.app |
| posimai-reader | https://posimai-reader.vercel.app |
| posimai-maps | https://posimai-maps.vercel.app |
| posimai-digest | https://posimai-digest.vercel.app |
| posimai-clean | https://posimai-clean.vercel.app |
| posimai-think | https://posimai-think.vercel.app |
| posimai-templatepreview | https://posimai-template.vercel.app |
## API エンドポイント
- ベース: https://posimai-lab.tail72e846.ts.net/brain/api
- 認証: Authorization: Bearer pk_xxxx_...