Skip to content

Commit

Permalink
Whitelabel and namespace changes for landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Carlucci committed Oct 5, 2024
1 parent 4e6ec8c commit 4e6bacc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
id: build-image
env:
REGISTRY: ${{ steps.login-ecr.outputs.registry }}
REPOSITORY: "aws-swan-demo-${{ inputs.environment_name }}/hello-world"
REPOSITORY: "aws-ecs-fargate-demo-${{ inputs.environment_name }}/hello-world"
IMAGE_TAG: ${{ github.sha }}
run: |
docker build -t $REGISTRY/$REPOSITORY:$IMAGE_TAG .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-28--encrypt-everywhere.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
aws_region: us-east-1
aws_replication_region: us-west-2
aws_s3_terraform_state_object_key: pull-requests/pr-28.tfstate
dns_name: pr-28.aws-ecs-demo.carlucci.network
dns_name: pr-28.aws-ecs-fargate-demo.carlucci.network
environment_name: pr-28
vpc_cidr_index: 4
secrets:
Expand Down
4 changes: 2 additions & 2 deletions index.html
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>

0 comments on commit 4e6bacc

Please sign in to comment.