From 96291af54909f545de785d9cc8d3ea66fe46a22a Mon Sep 17 00:00:00 2001 From: "maxime.rocher" Date: Fri, 10 Jan 2025 11:21:06 +0100 Subject: [PATCH] test drone 3 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index abf43f9..3c18d8d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,7 +30,7 @@ steps: from_secret: db_database commands: # Attendre que le service PostgreSQL soit disponible - - until pg_isready -h mypostgres -U "$POSTGRES_USER"; do sleep 1; done + - until pg_isready -h mypostgres -U "$POSTGRES_USER"; do sleep 1; done # Exécuter le script d'initialisation - psql -h mypostgres -U "$POSTGRES_USER" -d "$POSTGRES_DB" -f init.sql