From b0481fcbf5118955e430e212e15e9fbedaf39e98 Mon Sep 17 00:00:00 2001 From: Enzo JOLYS Date: Fri, 3 Mar 2023 16:25:58 +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 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drone.yml b/drone.yml index 748176e..5c2ab9d 100644 --- a/drone.yml +++ b/drone.yml @@ -61,6 +61,15 @@ steps: - master depends_on: [ build ] + # container deployment + - name: deploy-container + image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest + environment: + IMAGENAME: hub.codefirst.iut.uca.fr/my.login/my_repository:latest + CONTAINERNAME: my_container_name + COMMAND: create + OVERWRITE: true + # docker image build - name: docker-build-and-push image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dronesonarplugin-dotnet6 @@ -74,15 +83,6 @@ steps: password: from_secret: toto - # container deployment - - name: deploy-container - image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest - environment: - IMAGENAME: hub.codefirst.iut.uca.fr/my.login/my_repository:latest - CONTAINERNAME: my_container_name - COMMAND: create - OVERWRITE: true - volumes: - name: docs temp: {} \ No newline at end of file