diff --git a/.drone.yml b/.drone.yml index 8dfd70e..6d45893 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,6 @@ kind: pipeline type: docker -name: Deploiement-Database +name: Deploiement trigger: event: @@ -11,10 +11,9 @@ steps: image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest environment: IMAGENAME: postgres:17-alpine - CONTAINERNAME: postgres-db - OVERWRITE: true + CONTAINERNAME: wf-database COMMAND: create - OVERWRITE: false # Change à `true` si tu veux remplacer le conteneur existant. + OVERWRITE: false PRIVATE: true CODEFIRST_CLIENTDRONE_ENV_POSTGRES_PASSWORD: from_secret: POSTGRES_PASSWORD @@ -22,4 +21,3 @@ steps: from_secret: POSTGRES_DB CODEFIRST_CLIENTDRONE_ENV_POSTGRES_USER: from_secret: POSTGRES_USER - ADMINS: marocher8, maxime.rocher # Facultatif pour partager avec d'autres comptes. \ No newline at end of file