From e827554413782411615a05a1f8034c7e718931c2 Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Sat, 17 Feb 2024 11:09:46 +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 | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.drone.yml b/.drone.yml index 5ecbc93a..a7d00ad2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -45,11 +45,23 @@ steps: context: Sources registry: hub.codefirst.iut.uca.fr repo: hub.codefirst.iut.uca.fr/david.d_almeida/web + mirror: 'https://proxy.iut.uca.fr:8443' username: from_secret: SECRET_REGISTRY_USERNAME password: from_secret: SECRET_REGISTRY_PASSWORD + - name: deploy-container + image: >- + hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest + environment: + IMAGENAME: 'hub.codefirst.iut.uca.fr/david.d_almeida/web:latest' + CONTAINERNAME: web + COMMAND: create + OVERWRITE: true + depends_on: + - docker-build-and-push + - name: notify image: ruby:2.1 when: