Skip to content

Commit 8718b0d

Browse files
committed
chore: rsync 테스트
1 parent 6675338 commit 8718b0d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,10 @@ jobs:
9595

9696
- name: Secret 파일 수동 생성
9797
run: |
98-
mkdir -p ./deploy-package
99-
cp -r ./* ./deploy-package
98+
mkdir -p ./deploy-package/src/main/resources
99+
rsync -av --exclude='deploy-package' ./ ./deploy-package
100100
cp ./src/main/resources/application-prod-secret.yml ./deploy-package/src/main/resources/application-prod-secret.yml
101+
101102

102103
# 빌드 결과물을 S3 버킷에 업로드
103104
- name: Upload to AWS S3

0 commit comments

Comments
 (0)