Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Oct 31, 2024
1 parent 6a3dfe8 commit 93d5be6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/schema-dump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Run Flyway migrations
uses: docker://flyway/flyway:10-alpine
env:
FLYWAY_URL: jdbc:postgresql://localhost:5432/postgres
FLYWAY_URL: jdbc:postgresql://postgres:5432/postgres
FLYWAY_USER: postgres
FLYWAY_PASSWORD: postgres
with:
Expand All @@ -52,7 +52,7 @@ jobs:
run: |
mkdir -p backend/docs
PGPASSWORD=postgres pg_dump \
-h localhost \
-h postgres \
-U postgres \
-d postgres \
--schema-only \
Expand Down

0 comments on commit 93d5be6

Please sign in to comment.