From 9b9501005339208321a8c0e2f3773b953b0552b9 Mon Sep 17 00:00:00 2001 From: Rocher Date: Thu, 24 Oct 2024 09:50:49 +0200 Subject: [PATCH] test drone :3 miaou^^ --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 992f2c3..e2ee8e2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,11 +13,12 @@ services: POSTGRES_DB: from_secret: db_database +steps: - name: wait-for-postgresql image: busybox commands: - - sleep 60 # Attendre plus longtemps pour que PostgreSQL démarre - + - sleep 60 # Donne du temps au conteneur PostgreSQL pour démarrer + - name: check-database image: postgres:13 environment: