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

master
David D'ALMEIDA 1 year ago
parent e4688dbe28
commit e827554413

@ -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:

Loading…
Cancel
Save