Skip to content

Commit 197cd3d

Browse files
committed
chore: 배포 디렉토리 구조 출력
1 parent a0c8dbf commit 197cd3d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,11 @@ jobs:
153153
mkdir -p ./deploy-package/build/libs
154154
cp build/libs/Log4U-0.0.1-SNAPSHOT.jar ./deploy-package/build/libs/
155155
156+
- name: 배포 디렉토리 구조 출력
157+
run: |
158+
sudo apt-get update && sudo apt-get install -y tree
159+
tree ./deploy-package
160+
156161
# 빌드 결과물을 S3 버킷에 업로드
157162
- name: Upload to AWS S3
158163
run: |

0 commit comments

Comments
 (0)