Merge branch 'master' of https://codefirst.iut.uca.fr/git/enzo.jolys/Serveur-Api
continuous-integration/drone/push Build is failing Details

master
Jolys Enzo 2 years ago
commit edb8717e50

@ -28,13 +28,13 @@ steps:
depends_on: depends_on:
- build - build
- name: docker-build-and-push - name: docker-build-and-push
image: plugins/docker image: plugins/docker
settings: settings:
dockerfile: Sources/Api/Dockerfile dockerfile: Sources/Api/Dockerfile
context: Sources/ context: Sources/
registry: hub.codefirst.iut.uca.fr registry: hub.codefirst.iut.uca.fr
repo: hub.codefirst.iut.uca.fr/R-Dash/Serveur_R-Dash repo: hub.codefirst.iut.uca.fr/enzo.jolys/Serveur-Api
username: username:
from_secret: SECRET_REGISTRY_USERNAME from_secret: SECRET_REGISTRY_USERNAME
password: password:
@ -48,7 +48,7 @@ steps:
- name: deploy-container - name: deploy-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/R-Dash/Serveur_R-Dash:latest IMAGENAME: hub.codefirst.iut.uca.fr/enzo.jolys/Serveur-Api:latest
CONTAINERNAME: R-Dash_Container CONTAINERNAME: R-Dash_Container
COMMAND: create COMMAND: create
OVERWRITE: true OVERWRITE: true

Loading…
Cancel
Save