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

pull/96/head^2
Thomas CHAZOT 1 year ago
parent 941933fe78
commit ea37b201ef

@ -41,7 +41,7 @@ steps:
dockerfile: ./cryptide_project/Dockerfile dockerfile: ./cryptide_project/Dockerfile
context: . context: .
registry: hub.codefirst.iut.uca.fr registry: hub.codefirst.iut.uca.fr
repo: hub.codefirst.iut.uca.fr/crypteam/cryptide repo: hub.codefirst.iut.uca.fr/crypteam/cryptide/web
username: username:
from_secret: SECRET_REGISTRY_USERNAME from_secret: SECRET_REGISTRY_USERNAME
password: password:
@ -54,7 +54,7 @@ steps:
- name: deploy-server-containers - name: deploy-server-containers
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/crypteam/cryptide:latest IMAGENAME: hub.codefirst.iut.uca.fr/crypteam/cryptide/web:latest
CONTAINERNAME: website-crypteam CONTAINERNAME: website-crypteam
COMMAND: create COMMAND: create
OVERWRITE: true OVERWRITE: true

Loading…
Cancel
Save