Skip to content

Commit

Permalink
repo rename
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardTMiles committed Jun 21, 2024
1 parent 9824cb1 commit 8029b7e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CloudFormation/alb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Outputs:
PublicAlb:
Value: !Ref PublicAlb
Export:
Name: WordPressPublicAlbArn
Name: PublicAlbArn
PublicAlbCanonicalHostedZoneId:
Value: !GetAtt PublicAlb.CanonicalHostedZoneID
PublicAlbDnsName:
Expand Down
4 changes: 2 additions & 2 deletions CloudFormation/nlb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Resources:
Port: 80
Protocol: TCP
Targets:
- Id: !ImportValue WordPressPublicAlbArn
- Id: !ImportValue PublicAlbArn
TargetType: alb
VpcId: !Ref VpcId

Expand All @@ -39,7 +39,7 @@ Resources:
Port: 443
Protocol: TCP
Targets:
- Id: !ImportValue WordPressPublicAlbArn
- Id: !ImportValue PublicAlbArn
TargetType: alb
VpcId: !Ref VpcId

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Easy AWS Deployments
# GitHub Actions AWS Deployment Workflow(s)

Amazon Web Services (AWS) provides a wide range of services and tools to help you deploy and manage your applications.
To put it lightly, AWS is a vast and complex ecosystem that can be overwhelming for beginners. This repository aims to
Expand Down

0 comments on commit 8029b7e

Please sign in to comment.