Skip to content

Commit

Permalink
add dbt deploy logic
Browse files Browse the repository at this point in the history
  • Loading branch information
neel-astro committed Sep 3, 2024
1 parent 122a282 commit ba3c18a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-action-deploy-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ jobs:
deployment-name: neel-test-1
root-folder: dbt/
mount-path: /dbt
workspace: ${{ secrets.WORKSPACE_ID }}
1 change: 1 addition & 0 deletions .github/workflows/deploy-action-v2-create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ jobs:
with:
action: create-deployment-preview
deployment-name: neel-test-1
workspace: ${{ secrets.WORKSPACE_ID }}
1 change: 1 addition & 0 deletions .github/workflows/deploy-action-v2-delete.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ jobs:
with:
action: delete-deployment-preview
deployment-name: neel-test-1
workspace: ${{ secrets.WORKSPACE_ID }}

0 comments on commit ba3c18a

Please sign in to comment.