Skip to content

Commit 375f5aa

Browse files
committed
ci: update postgres credentials to use default postgres user
1 parent f770fb1 commit 375f5aa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/new-deepnotes-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
postgres:
2222
image: postgres:16-alpine
2323
env:
24-
POSTGRES_USER: deepnotes
25-
POSTGRES_PASSWORD: deepnotes
24+
POSTGRES_USER: postgres
25+
POSTGRES_PASSWORD: postgres
2626
POSTGRES_DB: deepnotes
2727
ports:
2828
- 5432:5432
2929
options: >-
30-
--health-cmd "pg_isready -U deepnotes -d deepnotes"
30+
--health-cmd "pg_isready -U postgres -d deepnotes"
3131
--health-interval 5s
3232
--health-timeout 5s
3333
--health-retries 10

0 commit comments

Comments
 (0)