Skip to content

Commit 695a0f6

Browse files
committed
mod:ReadmeArchiFlow
1 parent ea45d9d commit 695a0f6

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,10 @@ You're welcome! Here's a **simple yet clear flow diagram** that shows the end-to
3333
graph TD
3434
A[πŸ’» Developer Writes Code] --> B[πŸ™ Push to GitHub Repo]
3535
B --> C[πŸ€– GitHub Actions Triggered]
36-
C --> D[πŸ“¦ Build Spring Boot JAR]
37-
D --> E[🐳 Build Docker Image]
38-
E --> F[☁️ Push to Amazon ECR]
39-
F --> G[πŸš€ AWS App Runner Pulls Image]
40-
G --> H[🌐 App Deployed to Public URL]
36+
C --> D[🐳 Build Docker Image]
37+
D --> E[☁️ Push to Amazon ECR]
38+
E --> F[πŸš€ AWS App Runner Pulls Image]
39+
F --> G[🌐 App Deployed to Public URL]
4140
```
4241

4342

0 commit comments

Comments
Β (0)