Skip to content

Commit

Permalink
잘못된 파일 경로 수정(2)
Browse files Browse the repository at this point in the history
  • Loading branch information
MU-Software committed Jan 12, 2025
1 parent 60c1fcc commit 5f59705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_on_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
path: secret_envs
clean: false
sparse-checkout-cone-mode: false
sparse-checkout: ${{ steps.info.outputs.repository_name }}/zappa_settings.json
- run: mv secret_envs/${{ steps.info.outputs.repository_name }}/zappa_settings.json ./ && rm -rf secret_envs
sparse-checkout: ${{ steps.info.outputs.repository_name }}/pyconweb2022/zappa_settings.json
- run: mv secret_envs/${{ steps.info.outputs.repository_name }}/pyconweb2022/zappa_settings.json ./pyconweb2022 && rm -rf secret_envs

- name: Test with Django Test
run: |
Expand Down

0 comments on commit 5f59705

Please sign in to comment.