Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong authored Jul 23, 2024
1 parent c4f4c01 commit ec20b64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,11 @@ jobs:
run: |
pip install pip --upgrade
cd project-repo
pip install . --upgrade --upgrade-strategy eager
cd jaffle_shop
pip install dbt-duckdb
dbt seed
cd ..
pip install . --upgrade --upgrade-strategy eager
dagster-dbt project prepare-for-deployment --file jaffle_dagster/project.py
# The cli command below can be used to manage syncing the prod manifest to branches if state_path is set on the DbtProject
# dagster-cloud ci dagster-dbt project manage-state --file jaffle_dagster/project.py
Expand Down

0 comments on commit ec20b64

Please sign in to comment.