From 1c97b1a69bc6c2474934a0b66470eb31baf674ab Mon Sep 17 00:00:00 2001 From: Rocher Date: Wed, 6 Nov 2024 18:22:35 +0100 Subject: [PATCH] test drone 5 --- .drone.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7ef87d2..d4d5a98 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: deploy-postgresql steps: # container deployment - - name: docker-build-and-push + - name: deploy-container-pgsql image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest settings: IMAGENAME: pgsql:11 @@ -20,13 +20,3 @@ steps: CODEFIRST_CLIENTDRONE_ENV_PGSQL_DATABASE: from_secret: db_database - - name: deploy-container - image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest - environment: - IMAGENAME: hub.codefirst.iut.uca.fr/maxime.rocher/WikiFantasy/WF-Database:latest - CONTAINERNAME: DBWIKIFANTASY - COMMAND: create - OVERWRITE: true - depends_on: - - docker-build-and-push -