From c93119742bb2f7c1667316ab6338acf532654d7c Mon Sep 17 00:00:00 2001 From: Kentin BRONGNIART Date: Thu, 3 Apr 2025 13:07:17 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 065ce60..f035934 100644 --- a/.drone.yml +++ b/.drone.yml @@ -114,7 +114,7 @@ steps: from_secret: POSTGRES_USER_API CODEFIRST_CLIENTDRONE_ENV_POSTGRES_DB: from_secret: POSTGRES_DB_API - ADMINS: kentinbrongniart,lenibeaulaton + ADMINS: kentinbrongniart,lenibeaulaton,kevinmondejar,louisguichard-montguers,maximerocher,tommynguyen2 - name: deploy-auth-db image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest @@ -129,7 +129,7 @@ steps: from_secret: POSTGRES_USER_AUTH CODEFIRST_CLIENTDRONE_ENV_POSTGRES_DB: from_secret: POSTGRES_DB_AUTH - ADMINS: kentinbrongniart,lenibeaulaton + ADMINS: kentinbrongniart,lenibeaulaton,kevinmondejar,louisguichard-montguers,maximerocher,tommynguyen2 - name: deploy-test-db image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest @@ -141,7 +141,7 @@ steps: CODEFIRST_CLIENTDRONE_ENV_POSTGRES_PASSWORD: "test" CODEFIRST_CLIENTDRONE_ENV_POSTGRES_USER: "test" CODEFIRST_CLIENTDRONE_ENV_POSTGRES_DB: "wtf-test" - ADMINS: kentinbrongniart,lenibeaulaton + ADMINS: kentinbrongniart,lenibeaulaton,kevinmondejar,louisguichard-montguers,maximerocher,tommynguyen2 - name: publish-to-registry image: plugins/docker @@ -181,5 +181,5 @@ steps: CODEFIRST_CLIENTDRONE_ENV_DB_USER_API_TEST: "test" CODEFIRST_CLIENTDRONE_ENV_DB_PASSWORD_API_TEST: "test" CODEFIRST_CLIENTDRONE_ENV_DB_DATABASE_API_TEST: "wtf-db-test" - ADMINS: kentinbrongniart,lenibeaulaton + ADMINS: kentinbrongniart,lenibeaulaton,kevinmondejar,louisguichard-montguers,maximerocher,tommynguyen2 depends_on: [restore & build, test, code-inspection, publish, publish-to-registry]