Mise à jour de '.drone.yml'
continuous-integration/drone/push Build is passing Details

WebAPI
Patrick BRUGIERE 1 year ago
parent b07530b9a9
commit 0e9c682138

@ -68,13 +68,16 @@ steps:
depends_on: [build,tests] depends_on: [build,tests]
- name: generate-and-deploy-docs - name: generate-and-deploy-docs
image: hub.codefirst.iut.uca.fr/maxime.batista/codefirst-docdeployer image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-docdeployer
failure: ignore failure: ignore
volumes:
- name: docs
path: /docs
commands: commands:
- /entrypoint.sh -l docs/doxygen -t doxygen - /entrypoint.sh
when: when:
event: branch:
- push - WebAPI
depends_on: [ build ] depends_on: [ build ]
volumes: volumes:

Loading…
Cancel
Save