From 5165cecf103cd6240aba321efe3bc2baa05c1027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20BOUHOURS?= Date: Mon, 9 Jan 2023 21:37:02 +0100 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6e62819..6346b9d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,7 +27,7 @@ steps: from_secret: MYSQL_USER_TOM CODEFIRST_CLIENTDRONE_ENV_MYSQL_PASSWORD_TOM: from_secret: MYSQL_PASSWORD_TOM - ADMINS: thomaschazot2,mathildejean3,lilianbreton,luciebedouret,albanguilhot,cedricbouhours,thomasbellembois + ADMINS: thomaschazot2,mathildejean3,lilianbreton,luciebedouret,albanguilhot,cedricbouhours @@ -38,11 +38,11 @@ steps: dockerfile: ./api-rest/Dockerfile context: . registry: hub.codefirst.iut.uca.fr - repo: hub.codefirst.iut.uca.fr/thomas.chazot2/bobparty/api-rest + repo: hub.codefirst.iut.uca.fr/bob_parteam/bob_party username: - from_secret: SECRET_REGISTRY_PASSWORD - password: from_secret: SECRET_REGISTRY_USERNAME + password: + from_secret: SECRET_REGISTRY_PASSWORD @@ -65,7 +65,7 @@ steps: from_secret: MYSQL_ROOT_PASSWORD CODEFIRST_CLIENTDRONE_ENV_MYSQL_DATABASE: from_secret: MYSQL_DATABASE - ADMINS: thomaschazot2,mathildejean3,lilianbreton,luciebedouret,albanguilhot,cedricbouhours,thomasbellembois + ADMINS: thomaschazot2,mathildejean3,lilianbreton,luciebedouret,albanguilhot,cedricbouhours depends_on: [ deploy-container-mysql, container-api ]