From 3a824c597d038e7581d640a181fd35ebf14c2755 Mon Sep 17 00:00:00 2001 From: Kevin Jimenez <56909942+KevJimenez@users.noreply.github.com> Date: Mon, 5 Feb 2024 12:44:41 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0385098..8a72a17 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ An automated setup of infrastracture with configuration for a web server (uses A ansible-playbook -i aws_ec2.yml playbook.yml -e "docker_key=${{ secrets.DOCKER_KEY }}" ``` *Output:* -- AWS Instance running docker with [Watchtower](https://github.com/containrrr/watchtower) and Containerized [Personal-Portfolio](https://github.com/KevJimenez/Personal-Portfolio). +- AWS EC2 Instance running docker with [Watchtower](https://github.com/containrrr/watchtower) and Containerized [Personal-Portfolio](https://github.com/KevJimenez/Personal-Portfolio). - Personal portfolio website that can be accessed from https://kojimenez.site **Destroy Infrastructure** (destroy.yml)