diff --git a/.drone.yml b/.drone.yml index 6e619c7..a974fae 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,13 +28,13 @@ steps: depends_on: - build - - name: docker-build-and-push + - name: docker-build-and-push image: plugins/docker settings: dockerfile: Sources/Api/Dockerfile context: Sources/ 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: from_secret: SECRET_REGISTRY_USERNAME password: @@ -48,7 +48,7 @@ steps: - name: deploy-container image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest 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 COMMAND: create OVERWRITE: true