From 4e6bacc8b0dd0010b4e218e000a6ecfd272d8659 Mon Sep 17 00:00:00 2001 From: Aaron Carlucci Date: Wed, 2 Oct 2024 21:33:15 +0200 Subject: [PATCH] Whitelabel and namespace changes for landing page --- .github/workflows/deploy.yml | 2 +- .github/workflows/pr-28--encrypt-everywhere.yml | 2 +- index.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b7c7723..4d87c5d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 . diff --git a/.github/workflows/pr-28--encrypt-everywhere.yml b/.github/workflows/pr-28--encrypt-everywhere.yml index 6b27684..dfea48f 100644 --- a/.github/workflows/pr-28--encrypt-everywhere.yml +++ b/.github/workflows/pr-28--encrypt-everywhere.yml @@ -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: diff --git a/index.html b/index.html index bc929ec..d3aa33d 100644 --- a/index.html +++ b/index.html @@ -1,10 +1,10 @@ - AWS ECS Demo + AWS ECS Fargate Demo

Hello, World!

-

A demo application by Aaron Carlucci featuring deployment and CI/CD for a Hello World application on AWS ECS Fargate. Infrastructure is defined in Terraform code and deployed automatically.

+

A demo application by Aaron Carlucci featuring deployment and CI/CD for a Hello World application on AWS ECS Fargate. Infrastructure is defined in Terraform code and deployed automatically.