Skip to content

Commit

Permalink
Update profiles.yml
Browse files Browse the repository at this point in the history
update profile envs to match gh action
  • Loading branch information
matsonj committed Aug 24, 2023
1 parent e9d074a commit 04b77d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project_goes_here/profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jaffle_shop:
user: '{{ env_var("USERNAME") }}'
password: '{{ env_var("PASSWORD") }}'
port: '{{ env_var("PORT") }}'
dbname: '{{ env_var("DATABASE_NAME") }}'
schema: '{{ env_var("DEV_SCHEMA") }}'
dbname: '{{ env_var("DATABASE") }}'
schema: '{{ env_var("SCHEMA") }}'
threads: 8

0 comments on commit 04b77d4

Please sign in to comment.