Skip to content

Commit

Permalink
Change project-dir path in deploy.yml again
Browse files Browse the repository at this point in the history
  • Loading branch information
madyark committed Apr 22, 2024
1 parent 105781c commit d315461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
ref: ${{ github.head_ref }}

- run: "pip install dbt-core"
- run: "dbt deps --project-dir $GITHUB_WORKSPACE/project-repo/transform"
- run: "dbt deps --project-dir $GITHUB_WORKSPACE/project-repo/dbt_project"

- name: Build and deploy to Dagster Cloud serverless
uses: dagster-io/dagster-cloud-action/actions/serverless_prod_deploy@v0.1
Expand Down

0 comments on commit d315461

Please sign in to comment.