From 845d88410b2890cd72faee54a9d2682ecbd3322f Mon Sep 17 00:00:00 2001 From: Makini Date: Thu, 13 Jun 2024 18:00:01 +0100 Subject: [PATCH] Updated the pipeline.yml file --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index d96c73a83..b25c4fdb9 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -46,7 +46,7 @@ jobs: - name: Wait for Postgres run: | - until pg_isready -h $DB_HOST -p 5432 -U $DATABASE_USERNAME; do + until pg_isready -h dpg-cplcf021hbls73ecktj0-a.ohio-postgres.render.com -p 5432 -U acebook_springboot_development_qvh3_user; do echo waiting for postgres; sleep 2; done