From c84c01e1326b6065f1d76dedd21c44ed5f8ef86f Mon Sep 17 00:00:00 2001 From: Lucas DELANIER Date: Sun, 5 Mar 2023 02:30:24 +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 2f4001d..526e7a2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -47,7 +47,7 @@ steps: dockerfile: Sources/MovieFinder_API/Dockerfile context: Sources/ registry: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dronesonarplugin-dotnet6 - repo: hub.codefirst.iut.uca.fr/lucas.delanier/MovieFinder_API + repo: hub.codefirst.iut.uca.fr/lucas.delanier/moviefinder_api username: from_secret: SECRET_REGISTRY_USERNAME password: @@ -56,10 +56,10 @@ steps: - name: deploy-container image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest environment: - IMAGENAME: hub.codefirst.iut.uca.fr/lucas.delanier/MovieFinder_API:latest + IMAGENAME: hub.codefirst.iut.uca.fr/lucas.delanier/moviefinder_api:latest CONTAINERNAME: moviefinder_api COMMAND: create - OVERWRITE: true + OVERWRITE: false volumes: - name: docs temp: {} \ No newline at end of file