From 89a84b9ae535b28dd246e68e591eaecc4e3a7321 Mon Sep 17 00:00:00 2001 From: "maxime.rocher" Date: Mon, 3 Feb 2025 10:47:25 +0100 Subject: [PATCH] test deploiement 9 --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 51c2e83..a098882 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ services: environment: POSTGRES_DB: wikifantasy3 POSTGRES_USER: postgres - POSTGRES_PASSWORD: wikifantasy3 + POSTGRES_PASSWORD: postgres ports: - 5432 @@ -18,7 +18,7 @@ steps: environment: POSTGRES_DB: wikifantasy3 POSTGRES_USER: postgres - POSTGRES_PASSWORD: wikifantasy3 + POSTGRES_PASSWORD: postgres commands: - echo "Vérification de la connexion à PostgreSQL" - echo "POSTGRES_USER=postgres" @@ -29,4 +29,4 @@ steps: sleep 2 done - echo "PostgreSQL est prêt !" - - psql -h postgres -U postgres -d wikifantasy3 -c '\l' + - PGPASSWORD="postgres" psql -h postgres -U postgres -d wikifantasy3 -c '\l' \ No newline at end of file