Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady authored Jul 23, 2024
1 parent 921724a commit 573bb28
Showing 1 changed file with 33 additions and 12 deletions.
45 changes: 33 additions & 12 deletions design/aws-build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,13 @@ graph TD

```mermaid
graph TD
GitHub[["`
mrt-core2
mrt-cloud
mrt-zk
`"]]
subgraph GitHub
Repos[["`
mrt-core2
mrt-cloud
mrt-zk
`"]]
end
GitHub --> Pipeline
Cron --> Pipeline
Pipeline(Code Pipeline)
Expand Down Expand Up @@ -105,13 +107,15 @@ graph TD
### Java Services (WAR)
```mermaid
graph TD
GitHub[["`
mrt-ingest
mrt-store
mrt-inventory
mrt-audit
mrt-replic
`"]]
subgraph GitHub
Repos[["`
mrt-ingest
mrt-store
mrt-inventory
mrt-audit
mrt-replic
`"]]
end
GitHub --> Pipeline
Cron --> Pipeline
Pipeline(Code Pipeline)
Expand Down Expand Up @@ -176,6 +180,12 @@ graph TD
### Ruby Library Build
```mermaid
graph TD
subgraph GitHub
Repos[["`
mrt-zk
uc3-ssm
`"]]
end
GitHub --> Pipeline
Cron --> Pipeline
Pipeline(Code Pipeline)
Expand Down Expand Up @@ -207,6 +217,11 @@ graph TD
```mermaid
graph TD
GitHub --> Pipeline
subgraph GitHub
Repos[["`
mrt-dashboard
`"]]
end
Cron --> Pipeline
Pipeline(Code Pipeline)
Pipeline --> Build
Expand Down Expand Up @@ -250,6 +265,12 @@ graph TD
### Ruby Lambda Build and Deploy
```mermaid
graph TD
subgraph GitHub
Repos[["`
mrt-admin-lambda
`"]]
end
GitHub --> Build
Build(Code Build?)
ECR[ECR MAIN ACCOUNT]
Build --> |docker push| ECR
Expand Down

0 comments on commit 573bb28

Please sign in to comment.