Skip to content

Commit

Permalink
use github secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadMuhammadGd committed Nov 23, 2024
1 parent 1b5d849 commit 69d2bbb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions profiles.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
northwind:
outputs:
dev:
dbname: northwind
host: localhost
pass: passw0rd
port: 5432
schema: dwh
dbname: "{{ env_var('NORTHWIND_DB_NAME') }}"
user: "{{ env_var('NORTHWIND_DB_USER') }}"
pass: "{{ env_var('NORTHWIND_DB_PASSWORD') }}"
host: "{{ env_var('NORTHWIND_DB_HOST') }}"
schema: "{{ env_var('NORTHWIND_DB_SCHEMA') }}"
type: postgres
threads: 3
type: postgres
user: ahmad
port: 5432
target: dev

0 comments on commit 69d2bbb

Please sign in to comment.