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

pull/130/head
Vincent ASTOLFI 2 years ago
parent 19f6b56233
commit 8d9e015778

@ -67,7 +67,7 @@ steps:
dockerfile: ./Dockerfile dockerfile: ./Dockerfile
context: ./ context: ./
registry: hub.codefirst.iut.uca.fr registry: hub.codefirst.iut.uca.fr
repo: hub.codefirst.iut.uca.fr/hugo.livet/conseco repo: hub.codefirst.iut.uca.fr/consecoteam/conseco
username: username:
from_secret: secret-registry-username from_secret: secret-registry-username
password: password:
@ -76,7 +76,7 @@ steps:
- name: deploy-web-container - name: deploy-web-container
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
environment: environment:
IMAGENAME: hub.codefirst.iut.uca.fr/hugo.livet/conseco:latest IMAGENAME: hub.codefirst.iut.uca.fr/consecoteam/conseco:latest
CONTAINERNAME: conseco CONTAINERNAME: conseco
COMMAND: create COMMAND: create
OVERWRITE: true OVERWRITE: true

Loading…
Cancel
Save