From faa84f87696970827931c3389ce8afe331938bbd Mon Sep 17 00:00:00 2001 From: Enzo JOLYS Date: Mon, 6 Mar 2023 18:30:34 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drone.yml b/drone.yml index ca357b0..2ee3b5f 100644 --- a/drone.yml +++ b/drone.yml @@ -35,7 +35,7 @@ steps: dockerfile: Sources/Dockerfile context: Sources/ registry: hub.codefirst.iut.uca.fr - repo: hub.codefirst.iut.uca.fr/enzo.jolys/api-lol + repo: hub.codefirst.iut.uca.fr/enzo.jolys/apilol username: from_secret: SECRET_REGISTRY_USERNAME password: @@ -49,8 +49,8 @@ steps: - name: deploy-container image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest environment: - IMAGENAME: hub.codefirst.iut.uca.fr/enzo.jolys/api-lol:latest - CONTAINERNAME: api-lol + IMAGENAME: hub.codefirst.iut.uca.fr/enzo.jolys/apilol:latest + CONTAINERNAME: apilol COMMAND: create OVERWRITE: true ADMINS: enzojolys