Skip to content

Commit

Permalink
another attempt at fixing the circleci stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
dethos committed Aug 29, 2024
1 parent 7800945 commit 6954b80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ jobs:
environment:
PIPENV_VENV_IN_PROJECT: true
DB_HOST: localhost
DB_USER: root
DB_USER: postgres
USERNAME: root
- image: cimg/postgres:16.4
environment:
POSTGRES_USER: root
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: hawkpost_dev
steps:
- checkout
Expand Down

0 comments on commit 6954b80

Please sign in to comment.