Skip to content

Commit

Permalink
[Chore] dev.yml 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jj0526 authored Dec 26, 2024
1 parent e746293 commit 7b7dd1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
if: |
contains(github.ref, 'dev')
run: |
mkdir ./src/main/resources # resources 폴더 생성
cd ./src/main/resources # resources 폴더로 이동
touch ./application.yml # application.yml 생성
echo "${{ secrets.YML }}" > ./application.yml # github actions에서 설정한 값을 application.yml 파일에 쓰기
Expand Down

0 comments on commit 7b7dd1d

Please sign in to comment.