Skip to content

Commit

Permalink
feat: status page and bump front & agent
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksasiriski committed Dec 4, 2024
1 parent f2ba932 commit 4047bfe
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion live/prod/agent/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ EOF
inputs = {
aws_profile = local.aws_profile
hosted_zone_id = dependency.dns.outputs.hosted_zone_id
release_tag = "v0.32.2"
release_tag = "v0.32.3"

cloudfront_name = "hearchco-api-cloudfront-${local.environment}"
cloudfront_domain_name = local.domain_name_cloudfront
Expand Down
13 changes: 13 additions & 0 deletions live/prod/dns/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,19 @@ locals {
type = "TXT",
ttl = 60,
records = ["390ffbc03eb0af048b8fbd64c099da"]
},
// Updown
{
name = "status",
type = "CNAME",
ttl = 86400,
records = ["page.updown.io"]
},
{
name = "_updown.status",
type = "TXT",
ttl = 60,
records = ["updown-page=p/az8oo"]
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion live/prod/frontend/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ EOF
inputs = {
aws_profile = local.aws_profile
hosted_zone_id = dependency.dns.outputs.hosted_zone_id
release_tag = "v0.21.1"
release_tag = "v0.22.0"

cloudfront_name = "hearchco-ssr-cloudfront-${local.environment}"
cloudfront_domain_name = local.domain_name_cloudfront
Expand Down

0 comments on commit 4047bfe

Please sign in to comment.