From 4665b16120ab2ecac58081d7ec51e8438bc95bb4 Mon Sep 17 00:00:00 2001 From: Enzo JOLYS Date: Mon, 20 Mar 2023 17:14:35 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drone.yml b/drone.yml index 6e619c7..6f72058 100644 --- a/drone.yml +++ b/drone.yml @@ -34,7 +34,7 @@ steps: dockerfile: Sources/Api/Dockerfile context: Sources/ registry: hub.codefirst.iut.uca.fr - repo: hub.codefirst.iut.uca.fr/R-Dash/Serveur_R-Dash + repo: hub.codefirst.iut.uca.fr/enzo.jolys/Serveur-Api username: from_secret: SECRET_REGISTRY_USERNAME password: @@ -48,7 +48,7 @@ steps: - name: deploy-container image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest environment: - IMAGENAME: hub.codefirst.iut.uca.fr/R-Dash/Serveur_R-Dash:latest + IMAGENAME: hub.codefirst.iut.uca.fr/enzo.jolys/Serveur-Api:latest CONTAINERNAME: R-Dash_Container COMMAND: create OVERWRITE: true