Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nozomi-koborinai committed Feb 7, 2025
1 parent 109b537 commit 8774c3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ flutter-gakkai-07/
└── ...
```

## CI/CD
## 🛠️ CI/CD

## フロントエンド (Flutter)
### フロントエンド (Flutter)

```mermaid
graph TD
Expand Down Expand Up @@ -66,7 +66,7 @@ graph TD
G -->|backend/ の変更| H{変更検出}
H -->|変更あり| I[Google Cloud 認証]
I --> J[Dependencies インストール]
J --> K[Cloud Run functions for Firebase (2nd Gen) デプロイ]
J --> K[Cloud Run functions for Firebase デプロイ]
K --> L[デプロイ完了]
B -->|変更なし| M[CI スキップ]
H -->|変更なし| N[デプロイスキップ]
Expand Down

0 comments on commit 8774c3e

Please sign in to comment.