Skip to content

Commit

Permalink
spring session+redis 도입 13 .. #13
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean-creative committed Feb 25, 2024
1 parent 2142964 commit 2554d0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
- name: application.yaml 파일 생성
run: touch ./src/main/resources/application.yaml
- name: application.yaml에 작성
run: |
printf '%s\n' "${{ secrets.APPLICATION }}" > ./src/main/resources/application.yaml
run: echo "${{ secrets.APPLICATION }}" | base64 -d > ./src/main/resources/application.yaml
- name: application.yaml 내용 표시
run: cat ./src/main/resources/application.yaml

Expand Down

0 comments on commit 2554d0d

Please sign in to comment.