Deploy me a mastodon

This commit is contained in:
Jake Howard
2022-11-18 09:12:28 +00:00
parent 88e3eee059
commit 3ec359ed0e
8 changed files with 129 additions and 0 deletions

View File

@ -260,3 +260,11 @@ resource "cloudflare_record" "theorangeonenet_gitlab_pages_wildcard" {
type = "CNAME"
ttl = 1
}
resource "cloudflare_record" "theorangeonenet_mastodon" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "mastodon"
value = linode_instance.casey.ip_address
type = "A"
ttl = 1
}