Skip to content

Commit

Permalink
Fix port
Browse files Browse the repository at this point in the history
  • Loading branch information
w-k-s committed Mar 15, 2023
1 parent 9c610bb commit 926512a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/2-idranges.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
pg_dump --data-only --schema=order_service --no-comments --host=localhost --port=5432 --username=admin --no-password order_service > ~/order_service.sql
echo "localhost:5433:id_range_allocator:admin:password" > ~/.pgpass
pg_dump --data-only --schema=id_range_allocator --no-comments --host=localhost --port=5433 --username=admin --no-password id_range_allocator > ~/id_range_allocator.sql
echo "localhost:5434:id_range_allocator:admin:password" > ~/.pgpass
pg_dump --data-only --schema=id_range_allocator --no-comments --host=localhost --port=5434 --username=admin --no-password id_range_allocator > ~/id_range_allocator.sql
- name: Upload Order Service DB Dump
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 926512a

Please sign in to comment.