Skip to content

Commit 17aed5d

Browse files
committed
hmm
1 parent 89dc33f commit 17aed5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
- image: cimg/rust:1.58.1
1313
- image: cimg/postgres:14.0
1414
auth:
15-
username: sharding_user
16-
password: sharding_user
15+
username: mydockerhub-user
16+
password: $DOCKERHUB_PASSWORD
1717
environment:
18-
POSTGRES_USER: root
18+
POSTGRES_USER: sharding_user
1919
POSTGRES_DB: shard0
2020
# Add steps to the job
2121
# See: https://circleci.com/docs/2.0/configuration-reference/#steps

0 commit comments

Comments
 (0)