From 066cb822dacec59c35c2584f42e8f2d5e26e5dc3 Mon Sep 17 00:00:00 2001 From: Emre KARTAL Date: Thu, 9 Feb 2023 14:49:13 +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 | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index a492a23..ccc36ba 100644 --- a/.drone.yml +++ b/.drone.yml @@ -52,12 +52,19 @@ steps: dockerfile: src/EntityFramework_LoL/Sources/ApiLol/Dockerfile context: src/EntityFramework_LoL/Sources/ registry: hub.codefirst.iut.uca.fr - repo: hub.codefirst.iut.uca.fr/my.login/myRepository + repo: hub.codefirst.iut.uca.fr/emre.kartal/LolProject username: from_secret: SECRET_REGISTRY_USERNAME password: from_secret: SECRET_REGISTRY_PASSWORD - + # container deployment + - name: deploy-container + image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest + environment: + IMAGENAME: hub.codefirst.iut.uca.fr/my.login/my_repository:latest + CONTAINERNAME: ApiLol + COMMAND: create + OVERWRITE: true #- name: generate-and-deploy-docs #image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-docdeployer #failure: ignore