Serve notes
from dokku
This commit is contained in:
parent
1c07534c40
commit
7f597dbf87
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ resource "cloudflare_record" "theorangeonenet_pages" {
|
|||
resource "cloudflare_record" "theorangeonenet_notes" {
|
||||
zone_id = cloudflare_zone.theorangeonenet.id
|
||||
name = "notes"
|
||||
value = cloudflare_record.theorangeonenet_pages.hostname
|
||||
value = cloudflare_record.theorangeonenet_dokku.hostname
|
||||
type = "CNAME"
|
||||
ttl = 1
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue