From 56d4c987102e7bbb55262c990c661479f14c4d74 Mon Sep 17 00:00:00 2001 From: Vincent ASTOLFI Date: Mon, 6 Nov 2023 15:10:45 +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 | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.drone.yml b/.drone.yml index bd3d9a5..804f51e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,22 +10,22 @@ trigger: steps: - name: docker-build - image: plugins/docker - settings: - dockerfile: ./Projet-Tut-Panorama-master/Projet-Tut-Panorama-master/Panorama/Dockerfile - context: ./Projet-Tut-Panorama-master/Projet-Tut-Panorama-master/Panorama/ - registry: hub.codefirst.iut.uca.fr - repo: hub.codefirst.iut.uca.fr/vincent.astolfi/old-project - username: - from_secret: secret-registry-username - password: - from_secret: secret-registry-password + image: plugins/docker + settings: + dockerfile: ./Projet-Tut-Panorama-master/Projet-Tut-Panorama-master/Panorama/Dockerfile + context: ./Projet-Tut-Panorama-master/Projet-Tut-Panorama-master/Panorama/ + registry: hub.codefirst.iut.uca.fr + repo: hub.codefirst.iut.uca.fr/vincent.astolfi/old-project + username: + from_secret: secret-registry-username + password: + from_secret: secret-registry-password - name: deploy - image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest - environment: - IMAGENAME: hub.codefirst.iut.uca.fr/vincent.astolfi/old-project:latest - CONTAINERNAME: panorame - COMMAND: create - OVERWRITE: true + image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest + environment: + IMAGENAME: hub.codefirst.iut.uca.fr/vincent.astolfi/old-project:latest + CONTAINERNAME: panorame + COMMAND: create + OVERWRITE: true