Skip to content

Commit

Permalink
feat: add $POSTGRES_HOST
Browse files Browse the repository at this point in the history
  • Loading branch information
olahsymbo committed Jan 13, 2024
1 parent 2d0b5d2 commit bb8ac36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Create env file
run: |
touch .env
echo DB_CONNECTION_STRING="postgresql://admin1:admin1@db/user_mgt" >> .env
echo DB_CONNECTION_STRING="postgresql://admin1:admin1@$POSTGRES_HOST/user_mgt" >> .env
- name: Install Poetry
run: pipx install poetry
Expand Down

0 comments on commit bb8ac36

Please sign in to comment.