From c7c1c37b61f1164154ce4b70ea9d51b5fb14a2b6 Mon Sep 17 00:00:00 2001 From: Enzo Date: Mon, 11 Dec 2023 13:57:20 +0100 Subject: [PATCH] update --- .drone.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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