Skip to content

Commit

Permalink
Add postgres password to circleci key
Browse files Browse the repository at this point in the history
Co-authored-by: Amin Zare <[email protected]>
Co-authored-by: Trey Pendragon <[email protected]>
Co-authored-by: Eliot Jordan <[email protected]>
Co-authored-by: Shaun Ellis <[email protected]>
  • Loading branch information
5 people committed Jul 25, 2024
1 parent 740c648 commit 9dd41fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ executors:
- image: cimg/postgres:15.2
- image: ghcr.io/pulibrary/dpul-collections:figgy-fixtures
name: figgy_database
environment:
POSTGRES_PASSWORD: "postgres"
working_directory: ~/project

commands:
Expand Down

0 comments on commit 9dd41fe

Please sign in to comment.