feat(wordpress): Finish the migration of the BDS website
All checks were successful
build configuration / build_web02 (push) Successful in 1m37s
build configuration / build_compute01 (push) Successful in 1m40s
build configuration / build_vault01 (push) Successful in 1m39s
build configuration / build_rescue01 (push) Successful in 1m40s
build configuration / build_storage01 (push) Successful in 1m41s
lint / check (push) Successful in 32s
build configuration / build_web01 (push) Successful in 2m53s
build configuration / build_geo01 (push) Successful in 1m21s
build configuration / build_geo02 (push) Successful in 1m26s
build configuration / build_bridge01 (push) Successful in 1m32s
build configuration / push_to_cache_web02 (push) Successful in 1m53s
build configuration / push_to_cache_compute01 (push) Successful in 1m43s
build configuration / push_to_cache_storage01 (push) Successful in 1m44s
build configuration / push_to_cache_rescue01 (push) Successful in 1m43s
build configuration / push_to_cache_geo01 (push) Successful in 1m29s
build configuration / push_to_cache_geo02 (push) Successful in 1m18s
build configuration / push_to_cache_bridge01 (push) Successful in 1m16s
build configuration / push_to_cache_web01 (push) Successful in 2m23s

This commit is contained in:
Tom Hubrecht 2024-08-31 00:36:19 +02:00
parent f5cc186ea1
commit 16f47ce227
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc
2 changed files with 2 additions and 12 deletions

View file

@ -25,6 +25,8 @@ in
"bda.wp.dgnum.eu" = "bda.ens.fr";
"www.cineclub.ens.fr" = "cineclub.ens.fr";
"cineclub.wp.dgnum.eu" = "cineclub.ens.fr";
"www.bds.ens.fr" = "bds.ens.fr";
"bds.wp.dgnum.eu" = "bds.ens.fr";
"www.tuteurs.ens.fr" = "tuteurs.ens.fr";
"www.interq.ens.fr" = "interq.ens.fr";
"www.lanuit.ens.fr" = "lanuit.ens.fr";

View file

@ -22,18 +22,6 @@ in
languages = [ pkgs.wordpressPackages.languages.fr_FR ];
};
"bds.wp.dgnum.eu" = {
themes = {
inherit (wp4nix.themes) gateway twentytwentythree;
};
plugins = {
inherit (wp4nix.plugins) user-role-editor;
};
languages = [ pkgs.wordpressPackages.languages.fr_FR ];
};
"bds.ens.fr" = {
themes = {
inherit (wp4nix.themes) gateway twentytwentythree;