Skip to content

Commit 4156c58

Browse files
committed
chore: aws 배포 스크립트 수정
스크립트 오류 수정
1 parent 20ab480 commit 4156c58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.cd.prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
touch ./application.yml
4545
touch ./application-secret.yml
4646
47-
echo "${{ secrets.APPLICATION }}" | base64 --decode > ./src/main/resources/application.yml
48-
echo "${{ secrets.SECRET }}" | base64 --decode > ./src/main/resources/application-secret.yml
47+
echo "${{ secrets.APPLICATION }}" | base64 --decode > ./application.yml
48+
echo "${{ secrets.SECRET }}" | base64 --decode > ./application-secret.yml
4949
5050
# Gradle cache 설정
5151
- name: Cache Gradle packages

0 commit comments

Comments
 (0)