From 3c1f7f919964b91988de4a768524f21e2724d73b Mon Sep 17 00:00:00 2001 From: Enzo JOLYS Date: Mon, 20 Mar 2023 17:10:08 +0100 Subject: [PATCH 1/4] =?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 => drone.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .drone.yml => drone.yml (100%) diff --git a/.drone.yml b/drone.yml similarity index 100% rename from .drone.yml rename to drone.yml From 4665b16120ab2ecac58081d7ec51e8438bc95bb4 Mon Sep 17 00:00:00 2001 From: Enzo JOLYS Date: Mon, 20 Mar 2023 17:14:35 +0100 Subject: [PATCH 2/4] =?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 From e4aa0b9f403fb6cff893490fc2cbca8bd6480955 Mon Sep 17 00:00:00 2001 From: Enzo JOLYS Date: Mon, 20 Mar 2023 17:15:22 +0100 Subject: [PATCH 3/4] =?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 => .drone.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename drone.yml => .drone.yml (100%) diff --git a/drone.yml b/.drone.yml similarity index 100% rename from drone.yml rename to .drone.yml From 4d75f47cd3655521a12053a866d83e06b74e2bb6 Mon Sep 17 00:00:00 2001 From: Enzo JOLYS Date: Mon, 20 Mar 2023 17:15:59 +0100 Subject: [PATCH 4/4] =?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 6f72058..a974fae 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,7 +28,7 @@ steps: depends_on: - build - - name: docker-build-and-push + - name: docker-build-and-push image: plugins/docker settings: dockerfile: Sources/Api/Dockerfile