From 05b55cde83c02f27ba0b511e893a512efad2c7a2 Mon Sep 17 00:00:00 2001 From: Emre KARTAL Date: Thu, 9 Feb 2023 16:22:34 +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 | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.drone.yml b/.drone.yml index f044d5f..dd4e01d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -57,20 +57,20 @@ steps: from_secret: SECRET_REGISTRY_USERNAME password: from_secret: SECRET_REGISTRY_PASSWORD - #- name: generate-and-deploy-docs - #image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-docdeployer - #failure: ignore - #volumes: - # - name: docs - # path: /docs - #commands: + - name: generate-and-deploy-docs + image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-docdeployer + failure: ignore + volumes: + - name: docs + path: /docs + commands: #- cd Documentation/doxygen #- doxygen Doxyfile - #- /entrypoint.sh - #when: - #branch: - #- master - #depends_on: [ build ] + - /entrypoint.sh + when: + branch: + - master + depends_on: [ build ] #volumes: #- name: docs