You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+67Lines changed: 67 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,73 @@ TODO: add link to kubernetes
28
28
29
29
### EC2
30
30
31
+
#### Overview
32
+
33
+
This project uses GitHub Actions, Terraform, and Ansible to provision an EC2 instance, configure it, and deploy the app stack (via Docker Compose) on AWS.
34
+
All infra-as-code and automation is in infra/.
35
+
36
+
#### Triggering Deployment
37
+
38
+
Deployment is triggered manually via the GitHub Actions workflow:
0 commit comments