-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Whitelabel and namespace changes for landing page
- Loading branch information
Aaron Carlucci
committed
Oct 5, 2024
1 parent
4e6ec8c
commit 4e6bacc
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<title>AWS ECS Demo</title> | ||
<title>AWS ECS Fargate Demo</title> | ||
</head> | ||
<body> | ||
<h1>Hello, World!</h1> | ||
<p>A demo application by <a href="https://github.com/acarlton/aws-swan-demo">Aaron Carlucci</a> featuring deployment and CI/CD for a Hello World application on AWS ECS Fargate. Infrastructure is defined in Terraform code and deployed automatically.</p> | ||
<p>A demo application by <a href="https://github.com/aaroncarlucci/aws-ecs-fargate-demo">Aaron Carlucci</a> featuring deployment and CI/CD for a Hello World application on AWS ECS Fargate. Infrastructure is defined in Terraform code and deployed automatically.</p> | ||
</body> | ||
</html> |