Skip to content

Commit

Permalink
Updated the pipeline.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakim-Kay committed Jun 13, 2024
1 parent 1f1ada3 commit 845d884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 845d884

Please sign in to comment.