add volumes parameters on drone file
continuous-integration/drone/push Build is passing Details

pull/52/head
Alexandre AGOSTINHO 2 years ago
parent 3e9dbc8998
commit 03bd728ffa

@ -135,6 +135,9 @@ steps:
- name: generate-and-deploy-docs - name: generate-and-deploy-docs
image: hub.codefirst.iut.uca.fr/alexandre.agostinho/codefirst-docdeployer:latest image: hub.codefirst.iut.uca.fr/alexandre.agostinho/codefirst-docdeployer:latest
failure: ignore failure: ignore
volumes:
- name: docs
path: /docs
commands: commands:
- /entrypoint.sh -l ./Documentation/doxygen -t doxygen -d SAE-2.01_MCTG-documentation - /entrypoint.sh -l ./Documentation/doxygen -t doxygen -d SAE-2.01_MCTG-documentation
when: when:

Loading…
Cancel
Save