From acd27c9ed958d757b68752dffaf8b71b7463b443 Mon Sep 17 00:00:00 2001 From: Jung-kr Date: Mon, 30 Jun 2025 13:50:15 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EB=B0=B0=ED=8F=AC=EC=8B=9C=20?= =?UTF-8?q?=EC=A0=84=EC=86=A1=ED=95=A0=20=ED=8C=8C=EC=9D=BC=EC=9D=B4=20?= =?UTF-8?q?=EC=A1=B4=EC=9E=AC=ED=95=98=EB=8A=94=EC=A7=80=20=ED=99=95?= =?UTF-8?q?=EC=9D=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7a27482..783d062 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -42,7 +42,12 @@ jobs: run: ./gradlew bootJar -x test - name: Check build output - run: ls -l build/libs + run: | + echo "🔍 Checking files before SCP..." + ls -l build/libs/backend-0.0.1-SNAPSHOT.jar + ls -l Dockerfile + ls -l docker-compose.yml + ls -l src/main/resources/application-prod.yml - name: Upload necessary files to EC2 uses: appleboy/scp-action@v0.1.7