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 195bbbb commit 114ab38
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ jobs:
with:
ref: ${{ github.head_ref }}
path: project-repo

- name: Move dagster folder to root
run: |
ls -lah
shopt -s dotglob
mv jaffle_dagster/* tmp_jaffle_dagster
rm -rf jaffle_dagster
mv tmp_jaffle_dagster/* .
ls -lah
- name: Python Executable Deploy
if: steps.prerun.outputs.result == 'pex-deploy'
Expand Down

0 comments on commit 114ab38

Please sign in to comment.