From c926103500d648bd9f809a5261f7ba42e0fbfbd7 Mon Sep 17 00:00:00 2001 From: "maxime.rocher" Date: Fri, 10 Jan 2025 11:32:27 +0100 Subject: [PATCH] test drone 9 --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index aeb1e4a..2d986e7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,5 +28,5 @@ steps: from_secret: db_database commands: - apt-get update && apt-get install -y postgresql-client - - until pg_isready -h dbWikiFantasy -U postgres; do sleep 1; done - - psql -h dbWikiFantasy -U postgres -d wikifantasy -f script/init.sql + - until pg_isready -h marocher8-dbWikiFantasy -U postgres; do sleep 1; done + - psql -h marocher8-dbWikiFantasy -U postgres -d wikifantasy -f script/init.sql