diff --git a/.drone.yml b/.drone.yml index 695fe2f..434b648 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,7 +27,9 @@ steps: - name: deploy-container image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest environment: - IMAGENAME: hub.codefirst.iut.uca.fr/my.login/my_repository:latest + IMAGENAME: hub.codefirst.iut.uca.fr/enzo.jolys/smartfit_ai:latest CONTAINERNAME: smartfit_ai COMMAND: create - OVERWRITE: true \ No newline at end of file + OVERWRITE: true + ADMINS: remiarnal,enzojolys,othmanebenjelloun + depends_on: ["docker-build-and-push"] \ No newline at end of file