From ccac0e374ca436001be93a918e0045357a6a9505 Mon Sep 17 00:00:00 2001 From: Lucas DELANIER Date: Thu, 9 Feb 2023 14:40:54 +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 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c1412f0..46b09e4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,4 +9,12 @@ username: from_secret: SECRET_REGISTRY_USERNAME password: - from_secret: SECRET_REGISTRY_PASSWORD \ No newline at end of file + 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/lucas.delanier/LOLProject:latest + CONTAINERNAME: Container_LOL + COMMAND: create + OVERWRITE: true \ No newline at end of file