From 4b26394d4a33819b4fc9ce0a815e54153a2a5798 Mon Sep 17 00:00:00 2001 From: Maxime Armstrong <46797220+maximearmstrong@users.noreply.github.com> Date: Tue, 23 Jul 2024 12:31:57 -0400 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f2e4c5d..2e21223 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -54,13 +54,17 @@ jobs: mv tmp_jaffle_dagster/* . rm -rf tmp_jaffle_dagster ls -lah - cd .. + cd jaffle_shop + ls -lah + cd seeds + ls -lah + cd ../../.. - name: Prepare DBT project for deployment if: steps.prerun.outputs.result == 'pex-deploy' # --upgrade-strategy eager picks up newer packages that are required for things to work run: | - # pip install pip --upgrade + pip install pip --upgrade cd project-repo pip install . --upgrade --upgrade-strategy eager dagster-dbt project prepare-for-deployment --file jaffle_dagster/project.py