From 2200e85e7751901184313beec8a67ce5289666e7 Mon Sep 17 00:00:00 2001 From: Kentin BRONGNIART Date: Wed, 6 Nov 2024 17:18:05 +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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6066895..18093db 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,4 +18,6 @@ steps: CODEFIRST_CLIENTDRONE_ENV_DB_PASSWORD: from_secret: db_password CODEFIRST_CLIENTDRONE_ENV_DB_DATABASE: - from_secret: db_database \ No newline at end of file + from_secret: db_database + ADMINS: lenibeaulaton + depends_on: [ deploy-container-mysql, docker-build-and-push ] \ No newline at end of file