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 2a95539 commit 74034fd
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,19 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
sparse-checkout: 'jaffle_dagster'
path: project-repo


- name: Move Dagster folder to root
run: |
cd project-repo
ls -lah
shopt -s dotglob
mv jaffle_dagster/* tmp_jaffle_dagster
rm -rf jaffle_dagster
mv tmp_jaffle_dagster/* .
ls -lah
cd ..
- name: Python Executable Deploy
if: steps.prerun.outputs.result == 'pex-deploy'
uses: dagster-io/dagster-cloud-action/actions/[email protected]
Expand Down

0 comments on commit 74034fd

Please sign in to comment.