feat(wordpress): Prepare the migration
Some checks failed
Check meta / check_meta (push) Successful in 27s
Check meta / check_dns (push) Successful in 1m7s
build configuration / build_web02 (push) Successful in 1m23s
build configuration / build_compute01 (push) Successful in 2m2s
build configuration / build_storage01 (push) Successful in 2m3s
build configuration / build_vault01 (push) Successful in 2m10s
build configuration / build_rescue01 (push) Successful in 1m21s
lint / check (push) Successful in 28s
build configuration / build_geo01 (push) Successful in 1m20s
build configuration / build_geo02 (push) Successful in 1m17s
build configuration / build_bridge01 (push) Successful in 1m20s
build configuration / build_web01 (push) Successful in 3m33s
build configuration / push_to_cache_web02 (push) Successful in 1m32s
build configuration / push_to_cache_geo01 (push) Failing after 36s
build configuration / push_to_cache_rescue01 (push) Failing after 47s
build configuration / push_to_cache_geo02 (push) Failing after 38s
build configuration / push_to_cache_compute01 (push) Successful in 1m46s
build configuration / push_to_cache_bridge01 (push) Failing after 34s
build configuration / push_to_cache_web01 (push) Failing after 35s
build configuration / push_to_cache_storage01 (push) Successful in 1m36s

This commit is contained in:
Tom Hubrecht 2024-08-30 10:08:08 +02:00
parent 359d839ad4
commit ccaa999adc
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

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