Add dns entry
Flake checks / Check (pull_request) Failing after 3m59s Details

Pablo Ovelleiro Corral 2024-04-27 00:23:43 +02:00
parent 8e66bea9c8
commit e504392cf8
Signed by untrusted user: pinpox
GPG Key ID: 29E9A6ED72CCB334
1 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,11 @@ resource "namecheap_domain_records" "pub-solar" {
type = "A"
address = "80.71.153.210"
}
record {
hostname = "alerts"
type = "CNAME"
address = "nachtigall.pub.solar."
}
record {
hostname = "git"
type = "CNAME"