Skip to content

Commit

Permalink
fix astro root project
Browse files Browse the repository at this point in the history
  • Loading branch information
neel-astro committed Aug 29, 2024
1 parent 5bf4a3e commit 6d7b3b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push-to-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ jobs:
with:
action: dbt-deploy
deployment-name: neel-test-1
root-folder: dbt
root-folder: dbt/
mount-path: /dbt
workspace: ${{ secrets.WORKSPACE_ID }}
- name: Deploy to Astronomer
uses: astronomer/deploy-action@dbt-deploy
with:
root-folder: astro-project/
deployment-name: neel-test-1
workspace: ${{ secrets.WORKSPACE_ID }}

0 comments on commit 6d7b3b2

Please sign in to comment.