Skip to content

Commit

Permalink
Make database host a string
Browse files Browse the repository at this point in the history
  • Loading branch information
juffalow committed Sep 14, 2024
1 parent d6e0b93 commit c893ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
done
- name: Build projects, run migrations and seeds
env:
DATABASE_HOST: 127.0.0.1
DATABASE_HOST: "127.0.0.1"
DATABASE_NAME: quotes
DATABASE_USER: quotes
DATABASE_PASSWORD: p4ssw0rd
Expand Down

0 comments on commit c893ac2

Please sign in to comment.