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

peristanceBDD
Thomas CHAZOT 2 years ago
parent 39b05d799c
commit fa4ce968a3

@ -73,7 +73,7 @@ steps:
dockerfile: ./bob_party/Dockerfile dockerfile: ./bob_party/Dockerfile
context: . context: .
registry: hub.codefirst.iut.uca.fr registry: hub.codefirst.iut.uca.fr
repo: hub.codefirst.iut.uca.fr/bob_parteam/bob_party repo: hub.codefirst.iut.uca.fr/bob_parteam/bob_party/server
username: username:
from_secret: SECRET_REGISTRY_USERNAME from_secret: SECRET_REGISTRY_USERNAME
password: password:
@ -85,7 +85,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/bob_parteam/bob_party:latest IMAGENAME: hub.codefirst.iut.uca.fr/bob_parteam/bob_party/server:latest
CONTAINERNAME: server-bobParty CONTAINERNAME: server-bobParty
COMMAND: create COMMAND: create
OVERWRITE: true OVERWRITE: true

Loading…
Cancel
Save