Skip to content

Commit

Permalink
--wait for healthy DB
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed Mar 31, 2024
1 parent 02c9675 commit 23ffd47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
run: |
docker compose pull db
docker image ls ghcr.io/hiddewie/openrailwaymap-import-db:latest
docker compose up --no-build --pull never --detach db
docker compose up --no-build --pull never --wait db
- name: Ensure data is up to date
env:
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
- name: Pull database
run: |
docker compose pull db
docker compose up --no-build --pull never --detach db
docker compose up --no-build --pull never --wait db
- name: Generate tiles
env:
Expand Down

0 comments on commit 23ffd47

Please sign in to comment.