From 5ab7fd873158d3e4bca0b74e42e67e4d3ca8e1a8 Mon Sep 17 00:00:00 2001 From: Lucas DELANIER Date: Sun, 5 Mar 2023 02:28:30 +0100 Subject: [PATCH 1/7] =?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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ed89fd2..68820a3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -57,7 +57,7 @@ steps: image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest environment: IMAGENAME: hub.codefirst.iut.uca.fr/lucas.delanier/moviefinder_api:latest - CONTAINERNAME: container_moviefinder + CONTAINERNAME: MovieFinder_API COMMAND: create OVERWRITE: true volumes: From c186d3ea326c10db6367d8604b5251d153297c0b Mon Sep 17 00:00:00 2001 From: Lucas DELANIER Date: Sun, 5 Mar 2023 02:28:51 +0100 Subject: [PATCH 2/7] =?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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 68820a3..922c8cc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -57,7 +57,7 @@ steps: image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest environment: IMAGENAME: hub.codefirst.iut.uca.fr/lucas.delanier/moviefinder_api:latest - CONTAINERNAME: MovieFinder_API + CONTAINERNAME: moviefinder_api COMMAND: create OVERWRITE: true volumes: From fca7c6be04f6d0224feeb315571c434c36e76b30 Mon Sep 17 00:00:00 2001 From: Lucas DELANIER Date: Sun, 5 Mar 2023 02:29:28 +0100 Subject: [PATCH 3/7] =?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 922c8cc..2f4001d 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,7 +56,7 @@ 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 From c84c01e1326b6065f1d76dedd21c44ed5f8ef86f Mon Sep 17 00:00:00 2001 From: Lucas DELANIER Date: Sun, 5 Mar 2023 02:30:24 +0100 Subject: [PATCH 4/7] =?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 From 296391e8d65618a4007a2d12ccf27577a890f241 Mon Sep 17 00:00:00 2001 From: Lucas DELANIER Date: Sun, 5 Mar 2023 02:30:33 +0100 Subject: [PATCH 5/7] =?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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 526e7a2..922c8cc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -59,7 +59,7 @@ steps: IMAGENAME: hub.codefirst.iut.uca.fr/lucas.delanier/moviefinder_api:latest CONTAINERNAME: moviefinder_api COMMAND: create - OVERWRITE: false + OVERWRITE: true volumes: - name: docs temp: {} \ No newline at end of file From 9718f6c772dbd55a8a309035977a94d22a37db87 Mon Sep 17 00:00:00 2001 From: Lucas DELANIER Date: Sun, 5 Mar 2023 02:31:10 +0100 Subject: [PATCH 6/7] =?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 | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 922c8cc..ad7b7b3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,6 @@ name: default trigger: event: - push - steps: - name: build image: mcr.microsoft.com/dotnet/sdk:6.0 From 12d9bad4b5cc9baf282ca473bb609adff5409d09 Mon Sep 17 00:00:00 2001 From: Lucas DELANIER Date: Sun, 5 Mar 2023 02:32:06 +0100 Subject: [PATCH 7/7] =?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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ad7b7b3..4b20941 100644 --- a/.drone.yml +++ b/.drone.yml @@ -56,7 +56,7 @@ steps: image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest environment: IMAGENAME: hub.codefirst.iut.uca.fr/lucas.delanier/moviefinder_api:latest - CONTAINERNAME: moviefinder_api + CONTAINERNAME: containermoviefinder COMMAND: create OVERWRITE: true volumes: