Move pages hosting to GitLab pages

This commit is contained in:
Jake Howard
2022-10-09 18:26:49 +01:00
parent 491061d900
commit 58730fcbeb
2 changed files with 2 additions and 2 deletions

View File

@ -176,7 +176,7 @@ resource "cloudflare_record" "theorangeonenet_pages" {
resource "cloudflare_record" "theorangeonenet_notes" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "notes"
value = cloudflare_record.theorangeonenet_dokku.hostname
value = cloudflare_record.theorangeonenet_gitlab_pages.hostname
type = "CNAME"
ttl = 1
}