Skip to content

Commit 9e1740d

Browse files
committed
minor docs fixes
1 parent f5b9b0d commit 9e1740d

File tree

1 file changed

+2
-2
lines changed
  • adminforth/documentation/blog/2025-02-19-compose-ec2-deployment-ci-registry

1 file changed

+2
-2
lines changed

adminforth/documentation/blog/2025-02-19-compose-ec2-deployment-ci-registry/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ When I implmented this solution, I was curious whether it will be faster to buil
3434
First I used results form [deploying AdminForth to EC2 with Terraform without registry](/blog/compose-ec2-deployment-github-actions/) where we built images on EC2. Then I did the same test but with self-hosted registry on EC2 and compared to [deploying AdminForth to EC2 with Amazon ECR](/blog/compose-aws-ec2-ecr-terraform-github-actions/) where we built images on CI and pushed to Amazon ECR.
3535

3636
| Feature | Without Registry (build directly on EC2) | With self-hosted registry | With Amazon ECR |
37-
| --- | --- | --- |
37+
| --- | --- | --- | --- |
3838
| Initial build time\* | 3m 13.541s | 2m 48.412s | 3m 54s |
39-
| Rebuild time (changed `index.ts`)\*| 0m 51.653s | 0m 54.120s |
39+
| Rebuild time (changed `index.ts`)\* | 0m 51.653s | 0m42.131s | 0m 54.120s |
4040

4141
<sub>\* All tests done from local machine (Intel(R) Core(TM) Ultra 9 185H, Docker Desktop/WSL2 64 GB RAM, 300Mbps up/down) up to working state</sub>
4242

0 commit comments

Comments
 (0)