feat(django-apps/interludes): Switch to interludes.ens.fr
All checks were successful
Build all the nodes / geo02 (push) Successful in 1m22s
Build all the nodes / bridge01 (push) Successful in 1m25s
Build all the nodes / geo01 (push) Successful in 1m25s
Build all the nodes / rescue01 (push) Successful in 1m42s
Build all the nodes / compute01 (push) Successful in 1m45s
Build all the nodes / storage01 (push) Successful in 1m12s
Build all the nodes / vault01 (push) Successful in 1m25s
Build all the nodes / web02 (push) Successful in 1m9s
Build all the nodes / web03 (push) Successful in 1m13s
Run pre-commit on all files / check (push) Successful in 24s
Build all the nodes / web01 (push) Successful in 1m47s

This commit is contained in:
Tom Hubrecht 2024-11-12 14:55:04 +01:00
parent 21b422b1ad
commit d45b044b22
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -13,7 +13,7 @@ in
services.django-apps.sites.interludes = {
source = "https://git.eleves.ens.fr/dlesbre/site-interludes";
branch = "master";
domain = "interludes.webapps.dgnum.eu";
domain = "interludes.ens.fr";
nginx = {
enableACME = true;
@ -46,7 +46,7 @@ in
};
environment = {
INTERLUDES_ALLOWED_HOSTS = [ "interludes.webapps.dgnum.eu" ];
INTERLUDES_ALLOWED_HOSTS = [ "interludes.ens.fr" ];
# E-mail configuration
INTERLUDES_SERVER_EMAIL = "noreply-interludes-admin@ens.fr";