Skip to content

Commit

Permalink
torino domain
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoacierno authored Jul 5, 2023
1 parent a8ea18a commit 25f5828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/global/domains/python_it/records.tf
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ resource "aws_route53_record" "bari_cname" {
ttl = "3600"
}

resource "aws_route53_record" "trento_cname" {
resource "aws_route53_record" "torino_cname" {
zone_id = aws_route53_zone.pythonit.id
name = "trento.python.it"
name = "torino.python.it"
type = "CNAME"
records = ["cname.vercel-dns.com."]
ttl = "3600"
Expand Down

1 comment on commit 25f5828

@vercel
Copy link

@vercel vercel bot commented on 25f5828 Jul 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

pycon – ./frontend/

pycon-git-main-python-italia.vercel.app
www.pycon.it
pycon.vercel.app
pycon-python-italia.vercel.app
pycon.it

Please sign in to comment.