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: