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

Docker_API
Emre KARTAL 2 years ago
parent ab58a68325
commit 05b55cde83

@ -57,20 +57,20 @@ steps:
from_secret: SECRET_REGISTRY_USERNAME from_secret: SECRET_REGISTRY_USERNAME
password: password:
from_secret: SECRET_REGISTRY_PASSWORD from_secret: SECRET_REGISTRY_PASSWORD
#- name: generate-and-deploy-docs - name: generate-and-deploy-docs
#image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-docdeployer image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-docdeployer
#failure: ignore failure: ignore
#volumes: volumes:
# - name: docs - name: docs
# path: /docs path: /docs
#commands: commands:
#- cd Documentation/doxygen #- cd Documentation/doxygen
#- doxygen Doxyfile #- doxygen Doxyfile
#- /entrypoint.sh - /entrypoint.sh
#when: when:
#branch: branch:
#- master - master
#depends_on: [ build ] depends_on: [ build ]
#volumes: #volumes:
#- name: docs #- name: docs

Loading…
Cancel
Save