From 6d3d4065379d4e791c5dc381c4d6a61a2376c67f Mon Sep 17 00:00:00 2001 From: Maxence LANONE Date: Mon, 13 Mar 2023 10:38:41 +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 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.drone.yml b/.drone.yml index 7323801..10f4ff5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -57,6 +57,15 @@ steps: password: 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/my.login/efcore_lol_s4:latest + CONTAINERNAME: efcore_lol_s4 + COMMAND: create + OVERWRITE: true + volumes: - name: docs temp: {} \ No newline at end of file