Skip to content

Commit 60c1fcc

Browse files
committed
잘못된 파일 경로 수정
1 parent ffdc2b6 commit 60c1fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_on_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
clean: false
7474
sparse-checkout-cone-mode: false
7575
sparse-checkout: ${{ steps.info.outputs.repository_name }}/zappa_settings.json
76-
- run: mv secret_envs/${{ steps.info.outputs.repository_name }}/*.json ./ && rm -rf secret_envs
76+
- run: mv secret_envs/${{ steps.info.outputs.repository_name }}/zappa_settings.json ./ && rm -rf secret_envs
7777

7878
- name: Test with Django Test
7979
run: |

0 commit comments

Comments
 (0)