Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
maybe host is localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
cisaacstern committed Dec 7, 2023
1 parent 146a892 commit 8dca201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-db-backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Restore database from file
run: |
pg_restore --verbose --clean --no-acl --no-owner \
-h postgres -U postgres_user -d postgres_db \
-h localhost -U postgres_user -d postgres_db \
db-backup/810fa5e1-9b78-4f3c-97e0-a1847b3a65e6
env:
PGPASSWORD: postgres_password
Expand Down

0 comments on commit 8dca201

Please sign in to comment.