From 4fa79eabb20a6085b9c38fc8ad139635389e4a94 Mon Sep 17 00:00:00 2001 From: Nestisse Date: Thu, 28 Mar 2024 14:04:37 +0100 Subject: [PATCH] Test de debug --- .drone.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1403e89..7db0ba7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -77,11 +77,9 @@ steps: - name: deploy-api-from-image image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest environment: - IMAGENAME: hub.codefirst.iut.uca.fr/johnny.ratton/api_sqluedo + IMAGENAME: hub.codefirst.iut.uca.fr/johnny.ratton/api_sqluedo:latest CONTAINERNAME: sqluedo-api COMMAND: create OVERWRITE: true - CODEFIRST_CLIENTDRONE_ENV_CONNECTION_STRING: - from_secret: connection_string ADMINS: erwanmenager,maximesapountzis,johnnyratton,victorgaborit,clementchieu - depends_on: [api-image-build-and-push] \ No newline at end of file + depends_on: [ api-image-build-and-push ] \ No newline at end of file