forked from pub-solar/infra
Add dns entry
This commit is contained in:
parent
8e66bea9c8
commit
a66c6ada59
|
@ -19,6 +19,11 @@ resource "namecheap_domain_records" "pub-solar" {
|
|||
type = "A"
|
||||
address = "80.71.153.210"
|
||||
}
|
||||
record {
|
||||
hostname = "alerts"
|
||||
type = "CNAME"
|
||||
address = "flora-6.pub.solar."
|
||||
}
|
||||
record {
|
||||
hostname = "git"
|
||||
type = "CNAME"
|
||||
|
|
Loading…
Reference in a new issue