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