Skip to content

Commit

Permalink
[chore] ci/cd test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryeolee committed Oct 6, 2023
1 parent f01c206 commit 319891b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,13 @@ jobs:

- name: Set .yml for main
run: |
# main 설정 파일 디렉토리로 이동
touch ./src/main/resources/application.yml
echo "${{ secrets.MAIN_YML }}" > ./src/main/resources/application.yml
mkdir ./src/main/resources
cd ./src/main/resources
touch ./application.yml
echo "${{ secrets.MAIN_YML }}" > ./application.yml
shell: bash


Expand Down

0 comments on commit 319891b

Please sign in to comment.