From d08873b776a1caefd00d0ba666b0ce6129394bef Mon Sep 17 00:00:00 2001 From: Maxence LANONE Date: Fri, 10 Mar 2023 12:57:47 +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 | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0340418..9d77975 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,10 +20,11 @@ steps: from_secret: SECRET_REGISTRY_PASSWORD # container deployment -# - name: deploy-container -# image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest -# environment: -# IMAGENAME: hub.codefirst.iut.uca.fr/maxence.lanone/drone-sonarplugin-reactnative:latest -# CONTAINERNAME: drone-sonarplugin-reactnative -# COMMAND: create -# OVERWRITE: true \ No newline at end of file + - name: deploy-container + image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest + environment: + IMAGENAME: hub.codefirst.iut.uca.fr/maxence.lanone/drone-sonarplugin-reactnative:latest + CONTAINERNAME: drone-sonarplugin-reactnative + COMMAND: create + OVERWRITE: true + depends_on: [ docker-build-and-push ] \ No newline at end of file