Skip to content

Commit

Permalink
🚑 CD 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
RetepMil committed Oct 1, 2023
1 parent 7eca083 commit aa35329
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- "develop"
- "main"
- "hotfix/cd-script"
pull_request:
branches:
- "develop"
Expand Down Expand Up @@ -40,6 +41,7 @@ jobs:
cd ./src/main/resources
touch ./application.yml
echo "${{ secrets.APPLICATION_YML_DEV }}" > ./application.yml
cat ./application.yml
shell: bash

- name: Grant execute permission for gradlew
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ server:

logging:
pattern:
console: "\"[%d{HH:mm:ss.SSS}][%-5level][%logger.%method:line%line] - %msg%n\""
console: "[%d{HH:mm:ss.SSS}][%-5level][%logger.%method:line%line] - %msg%n"
level:
org:
hibernate:
Expand Down

0 comments on commit aa35329

Please sign in to comment.