fix: this should get some items built and deployed
Some checks failed
Build_Deploy / deploy_active (active-ext) (push) Blocked by required conditions
Build_Deploy / linter (push) Successful in 5s
Build_Deploy / build (push) Successful in 13s
Build_Deploy / deploy_dns (push) Successful in 55s
Build_Deploy / deploy_active (active) (push) Successful in 44s
Build_Deploy / deploy_active (active-core) (push) Has been cancelled
Some checks failed
Build_Deploy / deploy_active (active-ext) (push) Blocked by required conditions
Build_Deploy / linter (push) Successful in 5s
Build_Deploy / build (push) Successful in 13s
Build_Deploy / deploy_dns (push) Successful in 55s
Build_Deploy / deploy_active (active) (push) Successful in 44s
Build_Deploy / deploy_active (active-core) (push) Has been cancelled
This commit is contained in:
parent
13eba34a56
commit
2728487448
1 changed files with 2 additions and 2 deletions
|
@ -33,12 +33,12 @@ in {
|
||||||
defaults = {
|
defaults = {
|
||||||
email = "admin_acme@skynet.ie";
|
email = "admin_acme@skynet.ie";
|
||||||
credentialsFile = config.age.secrets.acme.path;
|
credentialsFile = config.age.secrets.acme.path;
|
||||||
|
# we use our own dns authorative server for verifying we own the domain.
|
||||||
|
dnsProvider = "rfc2136";
|
||||||
};
|
};
|
||||||
|
|
||||||
certs = {
|
certs = {
|
||||||
"skynet" = {
|
"skynet" = {
|
||||||
# we use our own dns authorative server for verifying we own the domain.
|
|
||||||
dnsProvider = "rfc2136";
|
|
||||||
domain = "skynet.ie";
|
domain = "skynet.ie";
|
||||||
extraDomainNames = lists.naturalSort cfg.domains;
|
extraDomainNames = lists.naturalSort cfg.domains;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue