feat: add a wolves subdomain
Some checks failed
Build_Deploy / linter (push) Successful in 21s
Build_Deploy / build (push) Successful in 27s
Build_Deploy / deploy_dns (push) Successful in 1m7s
Build_Deploy / deploy_active (active) (push) Successful in 1m3s
Build_Deploy / deploy_active (active-ext) (push) Successful in 35s
Build_Deploy / deploy_active (active-core) (push) Failing after 3m10s
Some checks failed
Build_Deploy / linter (push) Successful in 21s
Build_Deploy / build (push) Successful in 27s
Build_Deploy / deploy_dns (push) Successful in 1m7s
Build_Deploy / deploy_active (active) (push) Successful in 1m3s
Build_Deploy / deploy_active (active-ext) (push) Successful in 35s
Build_Deploy / deploy_active (active-core) (push) Failing after 3m10s
This commit is contained in:
parent
b56bfecd4e
commit
53afebb619
1 changed files with 6 additions and 0 deletions
|
@ -80,6 +80,12 @@ in {
|
||||||
"www.skynet.ie" = main_site;
|
"www.skynet.ie" = main_site;
|
||||||
"skynet.ie" = main_site;
|
"skynet.ie" = main_site;
|
||||||
|
|
||||||
|
"wolves.skynet.ie" = {
|
||||||
|
forceSSL = true;
|
||||||
|
useACMEHost = "skynet";
|
||||||
|
locations."/".return = "307 https://ulwolves.ie/society/computer";
|
||||||
|
};
|
||||||
|
|
||||||
# a custom discord url, because we are too cheap otehrwise
|
# a custom discord url, because we are too cheap otehrwise
|
||||||
"discord.skynet.ie" = {
|
"discord.skynet.ie" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue