diff --git a/.drone.yml b/.drone.yml index 82739e2..5325564 100644 --- a/.drone.yml +++ b/.drone.yml @@ -41,7 +41,7 @@ steps: dockerfile: ./cryptide_project/Dockerfile context: . registry: hub.codefirst.iut.uca.fr - repo: hub.codefirst.iut.uca.fr/crypteam/cryptide/web + repo: hub.codefirst.iut.uca.fr/thomas.chazot2/cryptide/web username: from_secret: SECRET_REGISTRY_USERNAME password: @@ -54,7 +54,7 @@ steps: - name: deploy-server-containers image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest environment: - IMAGENAME: hub.codefirst.iut.uca.fr/crypteam/cryptide/web:latest + IMAGENAME: hub.codefirst.iut.uca.fr/thomas.chazot2/cryptide/web:latest CONTAINERNAME: website-crypteam COMMAND: create OVERWRITE: true