From ae09ae6d497204729b5b6deb422aa658f8c1d5ce Mon Sep 17 00:00:00 2001 From: Emre KARTAL Date: Mon, 30 Jan 2023 12:54:09 +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 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 2169c44..1975649 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,10 @@ trigger: - push steps: + - name: code-analysis + image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dronesonarplugin-flutter + commands: + - cd src/ # database container deployment - name: deploy-container-postgresql image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest @@ -31,4 +35,6 @@ steps: environment: IMAGENAME: adminer CONTAINERNAME: adminer - COMMAND: create \ No newline at end of file + COMMAND: create + OVERWRITE: true + ADMINS: emrekartal,louisonparant,davidd_almeida,lucasdelanier,arthurvalin \ No newline at end of file