feat(organization): Added Antoine Groudiev, Matthieu Boyer and Paul Fournier to organization
Some checks failed
lint / check (push) Successful in 51s
Check meta / check_meta (pull_request) Failing after 47s
Check meta / check_dns (pull_request) Successful in 51s
build configuration / build_and_cache_compute01 (pull_request) Successful in 1m55s
build configuration / build_and_cache_storage01 (pull_request) Successful in 1m58s
build configuration / build_and_cache_geo01 (pull_request) Successful in 1m59s
build configuration / build_and_cache_geo02 (pull_request) Successful in 1m48s
build configuration / build_and_cache_rescue01 (pull_request) Successful in 2m14s
build configuration / build_and_cache_vault01 (pull_request) Successful in 2m8s
build configuration / build_and_cache_web02 (pull_request) Successful in 2m17s
build configuration / build_and_cache_bridge01 (pull_request) Successful in 2m7s
lint / check (pull_request) Successful in 48s
build configuration / build_and_cache_web03 (pull_request) Successful in 2m14s
build configuration / build_and_cache_web01 (pull_request) Successful in 2m44s

This commit is contained in:
soyouzpanda 2024-11-09 16:58:41 +01:00
parent 2cee8006d3
commit 6a9ba8efd6
Signed by: ecoppens
GPG key ID: 871893E37A732093
2 changed files with 20 additions and 0 deletions

View file

@ -25,6 +25,9 @@ rec {
web03 = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICrWsMEfK86iaO9SubMqE2UvZNtHkLY5VUod/bbqKC0L" ];
# SSH keys of the DGNum members
agroudiev = [
"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDgyt3ntpcoI/I2n97R1hzjBiNL6R98S73fSi7pkSE/8mQbI8r9GzsPUBcxQ+tIg0FgwkLxTwF8DwLf0E+Le/rPznxBS5LUQaAktSQSrxz/IIID1+jN8b03vf5PjfKS8H2Tu3Q8jZXa8HNsj3cpySpGMqGrE3ieUmknd/YfppRRf+wM4CsGKZeS3ZhB9oZi3Jn22A0U/17AOJTnv4seq+mRZWRQt3pvQvpp8/2M7kEqizie/gTr/DnwxUr45wisqYYH4tat9Cw6iDr7LK10VCrK37BfFagMIZ08Hkh3c46jghjYNQWe+mBUWJByWYhTJ0AtYrbaYeUV1HVYbsRJ6bNx25K6794QQPaE/vc2Z/VK/ILgvJ+9myFSAWVylCWdyYpwUu07RH/jDBl2aqH62ESwAG7SDUUcte6h9N+EryAQLWc8OhsGAYLpshhBpiqZwzX90m+nkbhx1SqMbtt6TS+RPDEHKFYn8E6FBrf1FK34482ndq/hHXZ88mqzGb1nOnM="
];
catvayor = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAA16foz+XzwKwyIR4wFgNIAE3Y7AfXyEsUZFVVz8Rie catvayor@katvayor"
];
@ -44,6 +47,7 @@ rec {
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDMBW7rTtfZL9wtrpCVgariKdpN60/VeAzXkh9w3MwbO julien@enigma"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGa+7n7kNzb86pTqaMn554KiPrkHRGeTJ0asY1NjSbpr julien@tower"
];
mboyer = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGYnwZaFYvUxtJeNvpaA20rLfq8fOO4dFp7cIXsD8YNx" ];
mdebray = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEpwF+XD3HgX64kqD42pcEZRNYAWoO4YNiOm5KO4tH6o maurice@polaris"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFdDnSl3cyWil+S5JiyGqOvBR3wVh+lduw58S5WvraoL maurice@fekda"

View file

@ -5,6 +5,11 @@
{
members = {
agroudiev = {
name = "Antoine Groudiev";
email = "antoine.groudiev@dgnum.eu";
};
catvayor = {
name = "Lubin Bailly";
email = "catvayor@dgnum.eu";
@ -34,11 +39,22 @@
username = "jmalka";
};
mboyer = {
name = "Matthieu Boyer";
email = "matthieu.boyer@dgnum.eu";
username = "mboyer02";
};
mdebray = {
name = "Maurice Debray";
email = "maurice.debray@dgnum.eu";
};
pfournier = {
name = "Paul Fournier";
email = "paul.fournier@dgnum.eu";
};
raito = {
name = "Ryan Lahfa";
email = "ryan@dgnum.eu";