From 564f8c50508493cc647817d0782c8e52c7b0becb Mon Sep 17 00:00:00 2001 From: Alex Pickering Date: Wed, 27 Nov 2024 07:56:29 -0800 Subject: [PATCH] deploy staging Signed-off-by: Alex Pickering --- infra/cf-route53.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infra/cf-route53.yaml b/infra/cf-route53.yaml index 8bc0fbe154..aa77e43d49 100644 --- a/infra/cf-route53.yaml +++ b/infra/cf-route53.yaml @@ -50,4 +50,5 @@ Resources: Type: A AliasTarget: DNSName: !Ref DNSName - HostedZoneId: !Ref HostedZoneId \ No newline at end of file + HostedZoneId: !Ref HostedZoneId + \ No newline at end of file