Skip to content

Commit e86deb5

Browse files
committed
✨ Update: dev_deploy.yml 수정
1 parent c3e377a commit e86deb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Make application.yml # application.yml 파일 생성
2121
run: |
22-
cd ./home/ubuntu/src/main/resources
22+
cd ./src/main/resources
2323
echo "${{ secrets.APPLICATION_YML_NUNU }}" > ./application.yml
2424
shell: bash
2525

0 commit comments

Comments
 (0)