We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea45d9d commit 695a0f6Copy full SHA for 695a0f6
βREADME.mdβ
@@ -33,11 +33,10 @@ You're welcome! Here's a **simple yet clear flow diagram** that shows the end-to
33
graph TD
34
A[π» Developer Writes Code] --> B[π Push to GitHub Repo]
35
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]
+ C --> D[π³ Build Docker Image]
+ D --> E[βοΈ Push to Amazon ECR]
+ E --> F[π AWS App Runner Pulls Image]
+ F --> G[π App Deployed to Public URL]
41
```
42
43
0 commit comments