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 114ab38 commit bc844d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
run: |
ls -lah
shopt -s dotglob
mv jaffle_dagster/* tmp_jaffle_dagster
rm -rf jaffle_dagster
mv tmp_jaffle_dagster/* .
mv project_repo/jaffle_dagster/* project_repo/tmp_jaffle_dagster
rm -rf project_repo/jaffle_dagster
mv project_repo/tmp_jaffle_dagster/* project_repo
ls -lah
- name: Python Executable Deploy
Expand Down

0 comments on commit bc844d6

Please sign in to comment.