fix: forgot to actually set a DNS record for wolves
Some checks failed
Build_Deploy / linter (push) Successful in 7s
Build_Deploy / build (push) Successful in 26s
Build_Deploy / deploy_dns (push) Successful in 1m2s
Build_Deploy / deploy_active (active) (push) Failing after 1m8s
Build_Deploy / deploy_active (active-ext) (push) Successful in 35s
Build_Deploy / deploy_active (active-core) (push) Failing after 2m35s
Some checks failed
Build_Deploy / linter (push) Successful in 7s
Build_Deploy / build (push) Successful in 26s
Build_Deploy / deploy_dns (push) Successful in 1m2s
Build_Deploy / deploy_active (active) (push) Failing after 1m8s
Build_Deploy / deploy_active (active-ext) (push) Successful in 35s
Build_Deploy / deploy_active (active-core) (push) Failing after 2m35s
This commit is contained in:
parent
53afebb619
commit
fb9eef1adf
1 changed files with 5 additions and 0 deletions
|
@ -48,6 +48,11 @@ in {
|
|||
r_type = "CNAME";
|
||||
value = config.services.skynet.host.name;
|
||||
}
|
||||
{
|
||||
record = "wolves";
|
||||
r_type = "CNAME";
|
||||
value = config.services.skynet.host.name;
|
||||
}
|
||||
{
|
||||
record = "public";
|
||||
r_type = "CNAME";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue