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