Skip to content

Commit

Permalink
added DBT_TARGET
Browse files Browse the repository at this point in the history
  • Loading branch information
laysabit committed Apr 1, 2024
1 parent e0f4f34 commit 9f5bb19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dbt-docs-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ name: DBT Docs Generate and Upload to GCS
on:
push:
branches:
- master
- pre-commit-branch

env:
DBT_DEFAULT_PROFILE_TARGET: stellar_dbt_public
DBT_TARGET: prod
DBT_PROFILES_DIR: ${{ github.workspace }}
DBT_MAX_BYTES_BILLED: 1000000000000
DBT_JOB_TIMEOUT: 300
Expand Down

0 comments on commit 9f5bb19

Please sign in to comment.