Add a gitea deployment

Yep, it's that time of year _again_
This commit is contained in:
Jake Howard
2023-01-27 17:28:45 +00:00
parent 120b7d97c4
commit a443d56a1c
8 changed files with 214 additions and 0 deletions

View File

@ -10,6 +10,14 @@ resource "cloudflare_record" "theorangeonenet_git" {
ttl = 1
}
resource "cloudflare_record" "theorangeonenet_gitea" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "gitea"
value = linode_instance.casey.ip_address
type = "A"
ttl = 1
}
resource "cloudflare_record" "theorangeonenet_git_registry" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "registry.git"