nouveau système de CI utilisant les webhooks
This commit is contained in:
parent
aa57b7b325
commit
9ff44136ab
6 changed files with 200 additions and 82 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue