From 482abe424b93179f33396d6532896861bef1bc1f Mon Sep 17 00:00:00 2001 From: Patrick BRUGIERE Date: Tue, 26 Mar 2024 21:02:21 +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 | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index af0d26c..87f8250 100644 --- a/.drone.yml +++ b/.drone.yml @@ -71,4 +71,13 @@ steps: from_secret: db_user CODEFIRST_CLIENTDRONE_ENV_MARIADB_PASSWORD: from_secret: db_password - ADMINS: patrickbrugiere, antoinejourdain,luciegoigoux, marcchevaldonne \ No newline at end of file + ADMINS: patrickbrugiere, antoinejourdain,luciegoigoux, marcchevaldonne + + + - 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 \ No newline at end of file