forked from DGNum/infrastructure
feat(wordpress): Deploy bda
This commit is contained in:
parent
6d50bde0ff
commit
38083b5fce
2 changed files with 2 additions and 1 deletions
|
@ -24,6 +24,7 @@ let
|
||||||
"notion.rz.ens.wtf".to = "docs.dgnum.eu";
|
"notion.rz.ens.wtf".to = "docs.dgnum.eu";
|
||||||
"nuage.beta.rz.ens.wtf".to = "cloud.dgnum.eu";
|
"nuage.beta.rz.ens.wtf".to = "cloud.dgnum.eu";
|
||||||
"rdv.dgnum.eu".to = "meet.dgnum.eu";
|
"rdv.dgnum.eu".to = "meet.dgnum.eu";
|
||||||
|
"www.bda.ens.fr".to = "bda.ens.fr";
|
||||||
} // (mkRetired retired);
|
} // (mkRetired retired);
|
||||||
|
|
||||||
retired = mkSubs {
|
retired = mkSubs {
|
||||||
|
|
|
@ -32,7 +32,7 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
"bda.wp.dgnum.eu" = {
|
"bda.ens.fr" = {
|
||||||
plugins = {
|
plugins = {
|
||||||
inherit (wp4nix.plugins) user-role-editor;
|
inherit (wp4nix.plugins) user-role-editor;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue