Skip to content

Commit

Permalink
chore: yaml 파일 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ghdcksgml1 authored Jan 20, 2024
1 parent c6c3688 commit 29b04e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI_dev_be_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
echo "${{ secrets.APPLICATION_DEFAULT }}" > ./backend/src/main/resources/application.yml
echo "${{ secrets.APPLICATION_LOCAL }}" > ./backend/src/main/resources/application-local.yml
echo "${{ secrets.APPLICATION_TEST }}" > ./backend/src/main/resources/application-test.yml
echo "${{ secrets.APPLICATION_DEV }}" > ./backend/src/main/resources/application-dev.yml
echo "${{ secrets.APPLICATION_DB }}" > ./backend/src/main/resources/database.yml
# gradlew를 실행시키기 위해 권한 부여
- name: Gradlew에게 실행권한 부여
Expand Down

0 comments on commit 29b04e0

Please sign in to comment.