nouveau système de CI utilisant les webhooks

This commit is contained in:
nyanloutre 2018-11-10 15:23:46 +01:00
parent aa57b7b325
commit 9ff44136ab
6 changed files with 200 additions and 82 deletions

View file

@ -18,6 +18,7 @@ in
../../services/site-musique.nix
../../services/site-max.nix
../../services/auto-pr.nix
../../services/python-ci.nix
../../containers/vsftpd.nix
];
@ -56,6 +57,7 @@ in
"matrix.${domaine}" = { ip = "127.0.0.1"; port = 8008; auth = false; };
"pgmanage.${domaine}" = { ip = "127.0.0.1"; port = pgmanage_port; auth = true; };
"gitea.${domaine}" = { ip = "127.0.0.1"; port = 3001; auth = false; };
"ci.${domaine}" = { ip = "127.0.0.1"; port = 52350; auth = false; };
};
};
@ -356,6 +358,8 @@ in
};
auto-pr.enable = true;
python-ci.enable = true;
};
/*