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

This commit is contained in:
silver 2024-11-06 01:25:57 +00:00
parent 13eba34a56
commit 2728487448
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -33,12 +33,12 @@ in {
defaults = {
email = "admin_acme@skynet.ie";
credentialsFile = config.age.secrets.acme.path;
# we use our own dns authorative server for verifying we own the domain.
dnsProvider = "rfc2136";
};
certs = {
"skynet" = {
# we use our own dns authorative server for verifying we own the domain.
dnsProvider = "rfc2136";
domain = "skynet.ie";
extraDomainNames = lists.naturalSort cfg.domains;
};