Skip to content

Commit 24942a0

Browse files
MrSmart00claude
andcommitted
feat: GitHub PagesでのConvex本番環境統合を完了
- Convex本番環境(proper-ladybug-246.convex.cloud)をデプロイ - GitHub ActionsでGitHub SecretsからVITE_CONVEX_URLを取得 - ローカルテストで本番Convex環境の動作確認済み - GitHub Pages自動デプロイの準備完了 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent af67bed commit 24942a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
run: npm ci
3333

3434
- name: Build
35+
env:
36+
VITE_CONVEX_URL: ${{ secrets.VITE_CONVEX_URL }}
3537
run: npm run build
3638

3739
- name: Setup Pages

0 commit comments

Comments
 (0)